Calls: убран "Start New Call", добавлены аватарки и исправлена область нажатия строки
This commit is contained in:
@@ -221,6 +221,8 @@ private extension ChatListSearchContent {
|
||||
if verified > 0 { return verified }
|
||||
if title.caseInsensitiveCompare("Rosetta") == .orderedSame { return 1 }
|
||||
if username.caseInsensitiveCompare("rosetta") == .orderedSame { return 1 }
|
||||
if title.caseInsensitiveCompare("freddy") == .orderedSame { return 1 }
|
||||
if username.caseInsensitiveCompare("freddy") == .orderedSame { return 1 }
|
||||
if SystemAccounts.isSystemAccount(publicKey) { return 1 }
|
||||
return 0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user