Skip to content

Commit c6fb665

Browse files
committed
One further notification fix.
1 parent 66e4835 commit c6fb665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ts/models/conversation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ export class ConversationModel extends Backbone.Model<ConversationAttributes> {
317317

318318
if (
319319
currentNotificationSetting &&
320-
currentNotificationSetting !== ConversationNotificationSetting[0]
320+
currentNotificationSetting !== ConversationNotificationSetting[2]
321321
) {
322322
toRet.currentNotificationSetting = currentNotificationSetting;
323323
}

0 commit comments

Comments
 (0)