From 4b3d3f1a4168767afd470be12eb51af1b35bd9aa Mon Sep 17 00:00:00 2001 From: Mike Renoir <> Date: Sun, 30 Jan 2022 17:35:55 +0500 Subject: [PATCH] bug fixes --- .../Messages/InstallInteractiveReadMessagesAction.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/submodules/TelegramCore/Sources/TelegramEngine/Messages/InstallInteractiveReadMessagesAction.swift b/submodules/TelegramCore/Sources/TelegramEngine/Messages/InstallInteractiveReadMessagesAction.swift index e04013ec47..76bdb7be4b 100644 --- a/submodules/TelegramCore/Sources/TelegramEngine/Messages/InstallInteractiveReadMessagesAction.swift +++ b/submodules/TelegramCore/Sources/TelegramEngine/Messages/InstallInteractiveReadMessagesAction.swift @@ -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 } } }