We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66e4835 commit c6fb665Copy full SHA for c6fb665
ts/models/conversation.ts
@@ -317,7 +317,7 @@ export class ConversationModel extends Backbone.Model<ConversationAttributes> {
317
318
if (
319
currentNotificationSetting &&
320
- currentNotificationSetting !== ConversationNotificationSetting[0]
+ currentNotificationSetting !== ConversationNotificationSetting[2]
321
) {
322
toRet.currentNotificationSetting = currentNotificationSetting;
323
}
0 commit comments