Fix incorrect mention notification setting sync.

This commit is contained in:
Cody Henthorne
2025-11-03 11:48:45 -05:00
committed by Michelle Tang
parent a0997e6a87
commit 04d8f7d9aa

View File

@@ -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)) {