mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Various Fixes
This commit is contained in:
@@ -1364,6 +1364,13 @@ public final class ChatControllerImpl: TelegramBaseController, ChatController, G
|
||||
case .replyThread:
|
||||
postAsReply = true
|
||||
}
|
||||
|
||||
if let messageId = messageId, let message = strongSelf.chatDisplayNode.historyNode.messageInCurrentHistoryView(messageId) {
|
||||
if let author = message.author as? TelegramUser, author.botInfo != nil {
|
||||
} else {
|
||||
postAsReply = false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
strongSelf.chatDisplayNode.setupSendActionOnViewUpdate({
|
||||
|
||||
Reference in New Issue
Block a user