2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Fix changelogs blog link previews.

This commit is contained in:
John Preston
2019-02-11 15:50:35 +03:00
parent 45fda44924
commit dbb7568b92
2 changed files with 4 additions and 5 deletions

View File

@@ -2992,7 +2992,8 @@ void Session::insertCheckedServiceNotification(
}
const auto flags = MTPDmessage::Flag::f_entities
| MTPDmessage::Flag::f_from_id
| MTPDmessage_ClientFlag::f_clientside_unread;
| MTPDmessage_ClientFlag::f_clientside_unread
| MTPDmessage::Flag::f_media;
auto sending = TextWithEntities(), left = message;
while (TextUtilities::CutPart(sending, left, MaxMessageSize)) {
addNewMessage(