Skip to content

Commit 40046c8

Browse files
rajveermalviyagnprice
authored andcommitted
notif: Use a different channel ID from previous values of zulip-mobile
Previous values list is sourced from here: https://github.com/zulip/zulip-mobile/blob/eb8505c4a/android/app/src/main/java/com/zulipmobile/notifications/NotificationChannelManager.kt#L22-L24
1 parent 2ab189d commit 40046c8

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

lib/notifications/display.dart

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,12 @@ enum NotificationSound {
3737
class 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;

0 commit comments

Comments
 (0)