This commit is contained in:
Ali 2022-09-06 18:18:43 +04:00
parent 007ed84bc3
commit aaed3d7fd1

View File

@ -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)))
}