Allow to get activities for files by email again

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2020-09-10 10:08:18 +02:00
parent 7fd505f881
commit 7e1ca73261
No known key found for this signature in database
GPG Key ID: 7076EA9751AACDDA
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() {