Merge pull request #22765 from nextcloud/bugfix/noid/allow-to-get-activities-for-files-by-email-again

Allow to get activities for files by email again
This commit is contained in:
Morris Jobke 2020-09-10 11:47:20 +02:00 committed by GitHub
commit cb151d10d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -48,11 +48,11 @@ class FileChanged extends FileActivitySettings {
* @since 11.0.0
*/
public function getPriority() {
return 1;
return 2;
}
public function canChangeMail() {
return false;
return true;
}
public function isDefaultEnabledMail() {
@ -60,7 +60,7 @@ class FileChanged extends FileActivitySettings {
}
public function canChangeNotification() {
return false;
return true;
}
public function isDefaultEnabledNotification() {