mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Fix sender name / media color in chats list previews.
This commit is contained in:
parent
2a8e035f42
commit
68ee753fc7
1 changed files with 1 additions and 0 deletions
|
@ -83,6 +83,7 @@ TextWithEntities DialogsPreviewText(TextWithEntities text) {
|
||||||
EntityType::Underline,
|
EntityType::Underline,
|
||||||
EntityType::Italic,
|
EntityType::Italic,
|
||||||
EntityType::CustomEmoji,
|
EntityType::CustomEmoji,
|
||||||
|
EntityType::PlainLink,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue