Ver código fonte

Allow to get activities for files by email again

Signed-off-by: Joas Schilling <coding@schilljs.com>
tags/v20.0.0beta4
Joas Schilling 3 anos atrás
pai
commit
7e1ca73261
Nenhuma conta vinculada ao e-mail do autor do commit
1 arquivos alterados com 3 adições e 3 exclusões
  1. 3
    3
      apps/files/lib/Activity/Settings/FileChanged.php

+ 3
- 3
apps/files/lib/Activity/Settings/FileChanged.php Ver arquivo

@@ -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() {

Carregando…
Cancelar
Salvar