File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -37,11 +37,12 @@ enum NotificationSound {
3737class NotificationChannelManager {
3838 /// The channel ID we use for our one notification channel, which we use for
3939 /// all notifications.
40- // TODO(launch) check this doesn't match zulip-mobile's current or previous
41- // channel IDs
42- // Previous values: 'messages-1'
40+ // Previous values from Zulip Flutter Beta:
41+ // 'messages-1'
42+ // Previous values from Zulip Mobile:
43+ // 'default', 'messages-1', (alpha-only: 'messages-2'), 'messages-3'
4344 @visibleForTesting
44- static const kChannelId = 'messages-2 ' ;
45+ static const kChannelId = 'messages-4 ' ;
4546
4647 @visibleForTesting
4748 static const kDefaultNotificationSound = NotificationSound .chime3;
You can’t perform that action at this time.
0 commit comments