Skip to content

Commit

Permalink
Fix background notifications (#2319)
Browse files Browse the repository at this point in the history
  • Loading branch information
Amzd authored Oct 15, 2024
1 parent ff8f629 commit 1b0f839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deltachat-ios/Helper/NotificationManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 1b0f839

Please sign in to comment.