Fix sender name / media color in chats list previews.

This commit is contained in:
John Preston 2022-07-06 10:09:35 +04:00
parent 2a8e035f42
commit 68ee753fc7

View file

@ -83,6 +83,7 @@ TextWithEntities DialogsPreviewText(TextWithEntities text) {
EntityType::Underline,
EntityType::Italic,
EntityType::CustomEmoji,
EntityType::PlainLink,
});
}