Add improved notification settings when muted.

This commit is contained in:
Greyson Parrelli
2026-03-02 13:33:53 -05:00
parent 8a36425cac
commit a95ebb2158
30 changed files with 800 additions and 72 deletions

View File

@@ -61,7 +61,7 @@ object RecipientDatabaseTestUtils {
sealedSenderAccessMode: RecipientTable.SealedSenderAccessMode = RecipientTable.SealedSenderAccessMode.UNKNOWN,
capabilities: Long = 0L,
storageId: ByteArray? = null,
mentionSetting: RecipientTable.MentionSetting = RecipientTable.MentionSetting.ALWAYS_NOTIFY,
mentionSetting: RecipientTable.NotificationSetting = RecipientTable.NotificationSetting.ALWAYS_NOTIFY,
wallpaper: ChatWallpaper? = null,
chatColors: ChatColors? = null,
avatarColor: AvatarColor = AvatarColor.A100,
@@ -128,6 +128,8 @@ object RecipientDatabaseTestUtils {
),
storageId = storageId,
mentionSetting = mentionSetting,
callNotificationSetting = RecipientTable.NotificationSetting.ALWAYS_NOTIFY,
replyNotificationSetting = RecipientTable.NotificationSetting.ALWAYS_NOTIFY,
wallpaper = wallpaper,
chatColors = chatColors,
avatarColor = avatarColor,