Fix animation

This commit is contained in:
Isaac
2024-01-30 20:08:55 +01:00
parent ab6c30bebd
commit cbca82f00f
2 changed files with 11 additions and 1 deletions

View File

@@ -1285,6 +1285,9 @@ public final class ChatControllerImpl: TelegramBaseController, ChatController, G
guard let message = messages.first else {
return
}
if case .default = reaction, strongSelf.chatLocation.peerId == strongSelf.context.account.peerId {
return
}
if !force && message.areReactionsTags(accountPeerId: strongSelf.context.account.peerId) {
if case .pinnedMessages = strongSelf.subject {