File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -315,18 +315,18 @@ 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;
318
+ bool ? desktopNotifications;
319
+ bool ? emailNotifications;
320
+ bool ? wildcardMentionsNotify;
321
+ bool ? pushNotifications;
322
+ bool ? audibleNotifications;
323
323
324
- final bool pinToTop;
324
+ bool pinToTop;
325
325
326
- final bool isMuted;
326
+ bool isMuted;
327
327
// final bool? inHomeView; // deprecated; ignore
328
328
329
- final String color;
329
+ String color;
330
330
331
331
Subscription ({
332
332
required super .streamId,
You can’t perform that action at this time.
0 commit comments