We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bd4e07c + c3b9487 commit 78ebe4bCopy full SHA for 78ebe4b
apps/files/lib/Activity/Settings/FavoriteAction.php
@@ -55,7 +55,7 @@ public function getPriority() {
55
* @since 11.0.0
56
*/
57
public function canChangeStream() {
58
- return true;
+ return false;
59
}
60
61
/**
@@ -71,7 +71,7 @@ public function isDefaultEnabledStream() {
71
72
73
public function canChangeMail() {
74
75
76
77
@@ -81,4 +81,12 @@ public function canChangeMail() {
81
public function isDefaultEnabledMail() {
82
return false;
83
84
+
85
+ /**
86
+ * @return bool True when the option can be changed for the notification
87
+ * @since 20.0.0
88
+ */
89
+ public function canChangeNotification() {
90
91
+ }
92
0 commit comments