mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-01 07:57:01 +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))
|
recentPeers.append((reaction.value, accountPeer))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if reaction.count > selfCount + 1 {
|
if reaction.count >= selfCount + 1 {
|
||||||
if let peer = message.peers[message.id.peerId] {
|
if let peer = message.peers[message.id.peerId] {
|
||||||
recentPeers.append((reaction.value, EnginePeer(peer)))
|
recentPeers.append((reaction.value, EnginePeer(peer)))
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user