mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
no message
This commit is contained in:
@@ -230,7 +230,7 @@ public func ==(lhs: MessageForwardInfo, rhs: MessageForwardInfo) -> Bool {
|
||||
if !lhs.author.isEqual(rhs.author) {
|
||||
return false
|
||||
}
|
||||
if let lhsSource = lhs.source, rhsSource = rhs.source {
|
||||
if let lhsSource = lhs.source, let rhsSource = rhs.source {
|
||||
if !lhsSource.isEqual(rhsSource) {
|
||||
return false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user