mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 14:38:15 +00:00
Implement collectible username / phone info boxes.
This commit is contained in:
@@ -472,6 +472,10 @@ const std::vector<QString> &UserData::usernames() const {
|
||||
return _username.usernames();
|
||||
}
|
||||
|
||||
bool UserData::isUsernameEditable(QString username) const {
|
||||
return _username.isEditable(username);
|
||||
}
|
||||
|
||||
const QString &UserData::phone() const {
|
||||
return _phone;
|
||||
}
|
||||
|
Reference in New Issue
Block a user