mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-08-27 22:34:51 +00:00
ios: show local notification when checking messages having received background notification (#549)
* ios: show local notification when checking messages having received background notification * Update apps/ios/Shared/Model/NtfManager.swift Co-authored-by: JRoberts <8711996+jr-simplex@users.noreply.github.com> * Update apps/ios/Shared/Model/NtfManager.swift Co-authored-by: JRoberts <8711996+jr-simplex@users.noreply.github.com> Co-authored-by: JRoberts <8711996+jr-simplex@users.noreply.github.com>
This commit is contained in:
co-authored by
JRoberts
parent
1932873776
commit
dcffdf83b9
@@ -99,7 +99,7 @@ enum ChatCommand {
|
||||
case .apiUpdateChatItem: return "apiUpdateChatItem"
|
||||
case .apiDeleteChatItem: return "apiDeleteChatItem"
|
||||
case .apiRegisterToken: return "apiRegisterToken"
|
||||
case .apiVerifyToken: return "apiRegisterToken"
|
||||
case .apiVerifyToken: return "apiVerifyToken"
|
||||
case .apiIntervalNofication: return "apiIntervalNofication"
|
||||
case .apiDeleteToken: return "apiDeleteToken"
|
||||
case .getUserSMPServers: return "getUserSMPServers"
|
||||
|
||||
Reference in New Issue
Block a user