|
@@ -922,7 +922,9 @@ class ChatViewController: UITableViewController {
|
|
|
if show {
|
|
|
let dcChat = dcContext.getChat(chatId: chatId)
|
|
|
if dcChat.isGroup {
|
|
|
- if dcChat.isUnpromoted {
|
|
|
+ if dcChat.isBroadcast {
|
|
|
+ emptyStateView.text = String.localized("chat_new_broadcast_hint")
|
|
|
+ } else if dcChat.isUnpromoted {
|
|
|
emptyStateView.text = String.localized("chat_new_group_hint")
|
|
|
} else {
|
|
|
emptyStateView.text = String.localized("chat_no_messages")
|