mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Experimental chat list filtering
This commit is contained in:
@@ -214,12 +214,12 @@ final class MutablePeerView: MutablePostboxView {
|
||||
|
||||
if let peer = self.peers[self.peerId] {
|
||||
if let associatedPeerId = peer.associatedPeerId {
|
||||
if let notificationSettings = updatedNotificationSettings[associatedPeerId] {
|
||||
if let (_, notificationSettings) = updatedNotificationSettings[associatedPeerId] {
|
||||
self.notificationSettings = notificationSettings
|
||||
updated = true
|
||||
}
|
||||
} else {
|
||||
if let notificationSettings = updatedNotificationSettings[peer.id] {
|
||||
if let (_, notificationSettings) = updatedNotificationSettings[peer.id] {
|
||||
self.notificationSettings = notificationSettings
|
||||
updated = true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user