mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-18 23:27:09 +02:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
f9b7f42b13
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ namespace {
|
|||
auto settings = &AyuSettings::getInstance();
|
||||
if (!settings->copyUsernameAsLink)
|
||||
{
|
||||
link = '@' + peer->userName();
|
||||
link = '@' + link.mid(13);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue