bug fixes

This commit is contained in:
Mike Renoir 2022-01-30 17:35:55 +05:00
parent 8f74c6be76
commit 4b3d3f1a41

View File

@ -134,6 +134,7 @@ private final class StoreOrUpdateMessageActionImpl: StoreOrUpdateMessageAction {
inner: for attribute in message.attributes {
if let attribute = attribute as? ReactionsMessageAttribute, attribute.hasUnseen {
readReactionIds[index.id] = attribute.recentPeers
break inner
}
}
}