mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-30 22:25:12 +00:00
Implement collectible username / phone info boxes.
This commit is contained in:
@@ -224,7 +224,7 @@ void Cover::initViewers() {
|
||||
}, lifetime());
|
||||
|
||||
_username->overrideLinkClickHandler([=] {
|
||||
const auto username = _user->userName();
|
||||
const auto username = _user->username();
|
||||
if (username.isEmpty()) {
|
||||
_controller->show(Box(UsernamesBox, _user));
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user