mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-31 07:30:40 +00:00
Fix typo
This commit is contained in:
parent
007ed84bc3
commit
aaed3d7fd1
@ -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)))
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user