mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Various fixes
This commit is contained in:
@@ -2503,7 +2503,7 @@ public final class ChatListNode: ListView {
|
||||
case let .user(userType):
|
||||
if case let .user(user) = peer {
|
||||
match = true
|
||||
if user.id.isVerificationCodes {
|
||||
if user.id.isVerificationCodes || user.id.isTelegramNotifications {
|
||||
match = false
|
||||
}
|
||||
if let isBot = userType.isBot {
|
||||
|
||||
Reference in New Issue
Block a user