Default new notification profiles to allow calls.

This commit is contained in:
Cody Henthorne
2024-01-10 11:53:08 -05:00
committed by GitHub
parent 20f8c69b07
commit 64e9324aa0
7 changed files with 71 additions and 13 deletions

View File

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