Various fixes

This commit is contained in:
Ilya Laktyushin
2023-09-15 22:56:36 +04:00
parent b7e4fb3d57
commit 6f75478d99
13 changed files with 339 additions and 86 deletions

View File

@@ -339,6 +339,8 @@ final class ChatMessageWebpageBubbleContentNode: ChatMessageBubbleContentNode {
subtitle = nil
}
actionTitle = item.presentationData.strings.Chat_OpenStory
case "telegram_channel_boost":
actionTitle = item.presentationData.strings.Conversation_BoostChannel
default:
break
}