mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 06:08:46 -04:00
Allow to get activities for files by email again
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
7fd505f881
commit
7e1ca73261
1 changed files with 3 additions and 3 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue