mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 00:59:49 +01:00
Add improved notification settings when muted.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user