mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Fix typo
This commit is contained in:
@@ -73,7 +73,7 @@ public func mergedMessageReactionsAndPeers(accountPeer: EnginePeer?, message: Me
|
||||
recentPeers.append((reaction.value, accountPeer))
|
||||
}
|
||||
}
|
||||
if reaction.count > selfCount + 1 {
|
||||
if reaction.count >= selfCount + 1 {
|
||||
if let peer = message.peers[message.id.peerId] {
|
||||
recentPeers.append((reaction.value, EnginePeer(peer)))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user