mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 14:45:14 +00:00
Removed username from public data members of UserData.
This commit is contained in:
@@ -1266,7 +1266,7 @@ void FastShareMessage(
|
||||
if (const auto media = item->media()) {
|
||||
if (const auto game = media->game()) {
|
||||
const auto link = session->createInternalLinkFull(
|
||||
bot->username + qsl("?game=") + game->shortName);
|
||||
bot->username() + qsl("?game=") + game->shortName);
|
||||
|
||||
QGuiApplication::clipboard()->setText(link);
|
||||
|
||||
|
Reference in New Issue
Block a user