feat: add private chat info card
Show a compact Telegram-like counterpart card inside private chats. Reuse existing chat data for avatar, username, and status instead of adding new profile fetches. Display contact and blocked badges when the relationship state is already known.
This commit is contained in:
@@ -142,6 +142,8 @@
|
||||
<string name="chat_unknown_user_banner_subtitle">Можно добавить этого человека в контакты или заблокировать прямо из чата.</string>
|
||||
<string name="chat_unknown_user_add_contact">Добавить контакт</string>
|
||||
<string name="chat_unknown_user_block">Заблокировать</string>
|
||||
<string name="chat_private_info_contact">Контакт</string>
|
||||
<string name="chat_private_info_blocked">Заблокирован</string>
|
||||
<string name="chat_type_group">группа</string>
|
||||
<string name="chat_type_channel">канал</string>
|
||||
<string name="chat_info_tab_media">Медиа</string>
|
||||
|
||||
Reference in New Issue
Block a user