diff --git a/app/src/main/java/org/thoughtcrime/securesms/storage/StorageSyncModels.kt b/app/src/main/java/org/thoughtcrime/securesms/storage/StorageSyncModels.kt index f180838efd..5ae27ee16e 100644 --- a/app/src/main/java/org/thoughtcrime/securesms/storage/StorageSyncModels.kt +++ b/app/src/main/java/org/thoughtcrime/securesms/storage/StorageSyncModels.kt @@ -248,7 +248,7 @@ object StorageSyncModels { archived = recipient.syncExtras.isArchived markedUnread = recipient.syncExtras.isForcedUnread mutedUntilTimestamp = recipient.muteUntil - dontNotifyForMentionsIfMuted = recipient.mentionSetting == RecipientTable.MentionSetting.ALWAYS_NOTIFY + dontNotifyForMentionsIfMuted = recipient.mentionSetting == RecipientTable.MentionSetting.DO_NOT_NOTIFY hideStory = recipient.extras != null && recipient.extras.hideStory() avatarColor = localToRemoteAvatarColor(recipient.avatarColor) storySendMode = when (groups.getShowAsStoryState(groupId)) {