mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Experimental chat list filtering
This commit is contained in:
@@ -26,7 +26,7 @@ final class MutablePeerNotificationSettingsView: MutablePostboxView {
|
||||
if let peer = postbox.peerTable.get(peerId), let associatedPeerId = peer.associatedPeerId {
|
||||
notificationPeerId = associatedPeerId
|
||||
}
|
||||
if let settings = transaction.currentUpdatedPeerNotificationSettings[notificationPeerId] {
|
||||
if let (_, settings) = transaction.currentUpdatedPeerNotificationSettings[notificationPeerId] {
|
||||
self.notificationSettings[peerId] = settings
|
||||
updated = true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user