diff --git a/deltachat-ios/Helper/NotificationManager.swift b/deltachat-ios/Helper/NotificationManager.swift index 750e01a19..9691f9070 100644 --- a/deltachat-ios/Helper/NotificationManager.swift +++ b/deltachat-ios/Helper/NotificationManager.swift @@ -98,7 +98,7 @@ public class NotificationManager { if let ui = notification.userInfo, let chatId = ui["chat_id"] as? Int, let messageId = ui["message_id"] as? Int, - self.dcContext.isMuted() { + !self.dcContext.isMuted() { let chat = self.dcContext.getChat(chatId: chatId)