mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-19 07:37:11 +02:00
Fixed formatting text of pinned messages in service messages.
This commit is contained in:
parent
80aa596310
commit
1e4d278604
1 changed files with 3 additions and 1 deletions
|
@ -903,7 +903,9 @@ HistoryService::PreparedText HistoryService::preparePinnedText() {
|
|||
Ui::kQEllipsis);
|
||||
}
|
||||
original = Ui::Text::Wrapped(
|
||||
std::move(original),
|
||||
Ui::Text::Filtered(
|
||||
std::move(original),
|
||||
{ EntityType::Spoiler, EntityType::StrikeOut }),
|
||||
EntityType::CustomUrl,
|
||||
Ui::Text::Link({}, 2).entities.front().data());
|
||||
result.text = tr::lng_action_pinned_message(
|
||||
|
|
Loading…
Add table
Reference in a new issue