mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Don't show bold markup in chats list previews.
This commit is contained in:
@@ -470,11 +470,11 @@ void paintRow(
|
||||
lt_from_part,
|
||||
draftWrapped,
|
||||
lt_message,
|
||||
{
|
||||
DialogsPreviewText({
|
||||
.text = draft->textWithTags.text,
|
||||
.entities = ConvertTextTagsToEntities(
|
||||
draft->textWithTags.tags),
|
||||
},
|
||||
}),
|
||||
Text::WithEntities);
|
||||
const auto context = Core::MarkedTextContext{
|
||||
.session = &history->session(),
|
||||
|
Reference in New Issue
Block a user