mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Reaction improvements
This commit is contained in:
@@ -205,6 +205,9 @@ public final class TelegramUser: Peer, Equatable {
|
||||
}
|
||||
|
||||
public static func ==(lhs: TelegramUser, rhs: TelegramUser) -> Bool {
|
||||
if lhs === rhs {
|
||||
return true
|
||||
}
|
||||
if lhs.id != rhs.id {
|
||||
return false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user