mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-09-07 13:09:49 +00:00
Merge commit '02a56a0d0381696b0772841f49f516a7ed49bfbd' into beta
This commit is contained in:
commit
8e846fa83b
@ -200,6 +200,12 @@ public final class EngineMessage: Equatable {
|
|||||||
if lhs.associatedThreadInfo != rhs.associatedThreadInfo {
|
if lhs.associatedThreadInfo != rhs.associatedThreadInfo {
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
if lhs.attributes.count != rhs.attributes.count {
|
||||||
|
return false
|
||||||
|
}
|
||||||
|
if lhs.stableVersion != rhs.stableVersion {
|
||||||
|
return false
|
||||||
|
}
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user