mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Various fixes
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user