mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Bot updates
This commit is contained in:
@@ -1569,6 +1569,10 @@ extension ChatControllerImpl {
|
||||
infoContextActionIsEnabled = true
|
||||
}
|
||||
strongSelf.state.infoAvatar = .emojiStatus(content: avatarContent, contextActionIsEnabled: infoContextActionIsEnabled)
|
||||
} else if chatLocation.threadId == EngineMessage.newTopicThreadId {
|
||||
//TODO:localize
|
||||
strongSelf.state.chatTitleContent = .custom("New Chat", nil, false)
|
||||
strongSelf.state.infoAvatar = nil
|
||||
} else {
|
||||
strongSelf.state.chatTitleContent = .replyThread(type: replyThreadType, count: count)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user