mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-08 08:31:13 +00:00
enging message check equal fix
This commit is contained in:
parent
249297b086
commit
3d56dfdc7a
@ -200,6 +200,12 @@ public final class EngineMessage: Equatable {
|
||||
if lhs.associatedThreadInfo != rhs.associatedThreadInfo {
|
||||
return false
|
||||
}
|
||||
if lhs.attributes.count != rhs.attributes.count {
|
||||
return false
|
||||
}
|
||||
if lhs.stableVersion != rhs.stableVersion {
|
||||
return false
|
||||
}
|
||||
return true
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user