Monoforums

This commit is contained in:
Isaac
2025-05-28 17:05:37 +08:00
parent 78edb66f86
commit db34a7c175
21 changed files with 310 additions and 171 deletions

View File

@@ -387,7 +387,7 @@ public final class ChatChannelSubscriberInputPanelNode: ChatInputPanelNode {
account: context.account,
sharedContext: context.sharedContext,
text: .plain(text: text),
textBadge: presentationData.strings.Chat_ChannelMessagesHintBadge,
textBadge: presentationData.strings.Chat_ChannelMessagesHintBadge.isEmpty ? nil : presentationData.strings.Chat_ChannelMessagesHintBadge,
balancedTextLayout: false,
style: .wide,
arrowStyle: .small,