2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Fixed formatting of some internal links.

This commit is contained in:
23rd
2022-01-16 12:25:32 +03:00
committed by John Preston
parent e2713ea627
commit 8b56676c23
2 changed files with 3 additions and 5 deletions

View File

@@ -1530,10 +1530,8 @@ RevokePublicLinkBox::Inner::Inner(
Ui::NameTextOptions());
row.status.setMarkedText(
st::defaultTextStyle,
Ui::Text::Link(
peer->userName(),
_session->createInternalLink(peer->userName())),
Ui::DialogTextOptions());
_session->createInternalLink(
Ui::Text::Link(peer->userName())));
_rows.push_back(std::move(row));
}
}