Bot updates

This commit is contained in:
Isaac
2025-08-15 13:35:06 +02:00
parent 92156ffec0
commit 826c48a4dc
17 changed files with 403 additions and 64 deletions

View File

@@ -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)
}