mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Removed username from public data members of UserData.
This commit is contained in:
@@ -2537,7 +2537,7 @@ void Account::readRecentHashtagsAndBots() {
|
||||
} else if (peer->isUser()
|
||||
&& peer->asUser()->isBot()
|
||||
&& !peer->asUser()->botInfo->inlinePlaceholder.isEmpty()
|
||||
&& !peer->asUser()->username.isEmpty()) {
|
||||
&& !peer->asUser()->username().isEmpty()) {
|
||||
bots.push_back(peer->asUser());
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user