mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-20 16:49:40 +01:00
Default new notification profiles to allow calls.
This commit is contained in:
@@ -9,7 +9,7 @@ data class NotificationProfile(
|
||||
val emoji: String,
|
||||
val color: AvatarColor = AvatarColor.A210,
|
||||
val createdAt: Long,
|
||||
val allowAllCalls: Boolean = false,
|
||||
val allowAllCalls: Boolean = true,
|
||||
val allowAllMentions: Boolean = false,
|
||||
val schedule: NotificationProfileSchedule,
|
||||
val allowedMembers: Set<RecipientId> = emptySet()
|
||||
|
||||
Reference in New Issue
Block a user