Various fixes

This commit is contained in:
Ilya Laktyushin
2023-12-29 12:52:40 +04:00
parent acb3604f42
commit 22d44c4db8
4 changed files with 36 additions and 31 deletions

View File

@@ -417,7 +417,9 @@ private func generateChatReplyOptionItems(selfController: ChatControllerImpl, ch
if message.id.peerId.namespace == Namespaces.Peer.SecretChat {
canReplyInAnotherChat = false
}
if message.minAutoremoveOrClearTimeout == viewOnceTimeout {
canReplyInAnotherChat = false
}
}
if canReplyInAnotherChat {