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 {
37
37
class NotificationChannelManager {
38
38
/// The channel ID we use for our one notification channel, which we use for
39
39
/// 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'
43
44
@visibleForTesting
44
- static const kChannelId = 'messages-2 ' ;
45
+ static const kChannelId = 'messages-4 ' ;
45
46
46
47
@visibleForTesting
47
48
static const kDefaultNotificationSound = NotificationSound .chime3;
You can’t perform that action at this time.
0 commit comments