mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2024-12-17 17:20:21 +01:00
ios: notification preview mode, show connection entity notification (#781)
* ios: notification preview mode, show connection entity notification * prepare connection entity notification as best attempt
This commit is contained in:
committed by
GitHub
parent
36dc66d5d5
commit
ab6301c3e9
@@ -33,7 +33,7 @@ final class ChatModel: ObservableObject {
|
||||
@Published var savedToken: DeviceToken?
|
||||
@Published var tokenStatus: NtfTknStatus?
|
||||
@Published var notificationMode = NotificationsMode.off
|
||||
@Published var notificationPreview: NotificationPreviewMode? = .message
|
||||
@Published var notificationPreview: NotificationPreviewMode? = ntfPreviewModeGroupDefault.get()
|
||||
// current WebRTC call
|
||||
@Published var callInvitations: Dictionary<ChatId, RcvCallInvitation> = [:]
|
||||
@Published var activeCall: Call?
|
||||
|
||||
Reference in New Issue
Block a user