mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Implement collectible username / phone info boxes.
This commit is contained in:
@@ -135,8 +135,8 @@ not_null<Ui::SettingsButton*> AddMyChannelsBox(
|
||||
const auto count = c ? c->membersCount() : g->count;
|
||||
_status.setText(
|
||||
st::defaultTextStyle,
|
||||
!p->userName().isEmpty()
|
||||
? ('@' + p->userName())
|
||||
!p->username().isEmpty()
|
||||
? ('@' + p->username())
|
||||
: count
|
||||
? tr::lng_chat_status_subscribers(
|
||||
tr::now,
|
||||
|
Reference in New Issue
Block a user