mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Reaction improvements
This commit is contained in:
@@ -866,7 +866,7 @@ public final class AccountViewTracker {
|
||||
added = true
|
||||
updatedReactions = attribute.withUpdatedResults(reactions)
|
||||
|
||||
if updatedReactions.reactions == attribute.reactions {
|
||||
if updatedReactions == attribute {
|
||||
return .skip
|
||||
}
|
||||
attributes[j] = updatedReactions
|
||||
|
||||
Reference in New Issue
Block a user