Skip to content

Commit

Permalink
Merge pull request #22765 from nextcloud/bugfix/noid/allow-to-get-act…
Browse files Browse the repository at this point in the history
…ivities-for-files-by-email-again

Allow to get activities for files by email again
  • Loading branch information
MorrisJobke committed Sep 10, 2020
2 parents b9ae3c1 + 7e1ca73 commit cb151d1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/files/lib/Activity/Settings/FileChanged.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,19 +48,19 @@ public function getName() {
* @since 11.0.0
*/
public function getPriority() {
return 1;
return 2;
}

public function canChangeMail() {
return false;
return true;
}

public function isDefaultEnabledMail() {
return false;
}

public function canChangeNotification() {
return false;
return true;
}

public function isDefaultEnabledNotification() {
Expand Down

0 comments on commit cb151d1

Please sign in to comment.