File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -315,17 +315,17 @@ enum StreamPostPolicy {
315
315
class Subscription extends ZulipStream {
316
316
// final List<int> subscribers; // we register with includeSubscribers false
317
317
318
- final bool ? desktopNotifications;
319
- final bool ? emailNotifications;
320
- final bool ? wildcardMentionsNotify;
321
- final bool ? pushNotifications;
322
- final bool ? audibleNotifications;
323
-
324
- final bool pinToTop;
325
- final bool isMuted;
318
+ bool ? desktopNotifications;
319
+ bool ? emailNotifications;
320
+ bool ? wildcardMentionsNotify;
321
+ bool ? pushNotifications;
322
+ bool ? audibleNotifications;
323
+
324
+ bool pinToTop;
325
+ bool isMuted;
326
326
// final bool? inHomeView; // deprecated; ignore
327
327
328
- final String color;
328
+ String color;
329
329
330
330
Subscription ({
331
331
required super .streamId,
You can’t perform that action at this time.
0 commit comments