mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-21 10:17:56 +00:00
Fix incorrect mention notification setting sync.
This commit is contained in:
committed by
Michelle Tang
parent
a0997e6a87
commit
04d8f7d9aa
@@ -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)) {
|
||||
|
||||
Reference in New Issue
Block a user