diff --git a/Telegram/SourceFiles/iv/iv_prepare.cpp b/Telegram/SourceFiles/iv/iv_prepare.cpp index 9e276bce7..2d9595667 100644 --- a/Telegram/SourceFiles/iv/iv_prepare.cpp +++ b/Telegram/SourceFiles/iv/iv_prepare.cpp @@ -851,7 +851,7 @@ QByteArray Parser::block(const MTPDpageRelatedArticle &data) { inner += tag( "span", { { "class", "related-link-source" } }, - EscapeText(utf(*author) + EscapeText((author ? utf(*author) : QByteArray()) + separator + langDateTimeFull(parsed).toUtf8())); }