mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-10-09 03:20:48 +00:00
fix equal bofinfo
This commit is contained in:
parent
dbaf5d30d7
commit
db450640ea
@ -93,6 +93,6 @@ public final class BotInfo: PostboxCoding, Equatable {
|
||||
}
|
||||
|
||||
public static func ==(lhs: BotInfo, rhs: BotInfo) -> Bool {
|
||||
return lhs.description == rhs.description && lhs.commands == rhs.commands && lhs.menuButton == rhs.menuButton && lhs.photo != rhs.photo
|
||||
return lhs.description == rhs.description && lhs.commands == rhs.commands && lhs.menuButton == rhs.menuButton && lhs.photo == rhs.photo
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user