Skip to content
Snippets Groups Projects
Unverified Commit cb151d10 authored by Morris Jobke's avatar Morris Jobke Committed by GitHub
Browse files

Merge pull request #22765 from...

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
parents b9ae3c17 7e1ca732
No related branches found
No related tags found
No related merge requests found
...@@ -48,11 +48,11 @@ class FileChanged extends FileActivitySettings { ...@@ -48,11 +48,11 @@ class FileChanged extends FileActivitySettings {
* @since 11.0.0 * @since 11.0.0
*/ */
public function getPriority() { public function getPriority() {
return 1; return 2;
} }
public function canChangeMail() { public function canChangeMail() {
return false; return true;
} }
public function isDefaultEnabledMail() { public function isDefaultEnabledMail() {
...@@ -60,7 +60,7 @@ class FileChanged extends FileActivitySettings { ...@@ -60,7 +60,7 @@ class FileChanged extends FileActivitySettings {
} }
public function canChangeNotification() { public function canChangeNotification() {
return false; return true;
} }
public function isDefaultEnabledNotification() { public function isDefaultEnabledNotification() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment