mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Updated comments
This commit is contained in:
@@ -46,7 +46,11 @@ private func actionForPeer(peer: Peer, isMuted: Bool) -> SubscriberAction? {
|
||||
}
|
||||
}
|
||||
} else {
|
||||
return nil
|
||||
if isMuted {
|
||||
return .unmuteNotifications
|
||||
} else {
|
||||
return .muteNotifications
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user