mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Ignore pageBlockUnsupported blocks.
This commit is contained in:
@@ -377,7 +377,7 @@ QByteArray Parser::slideshow(
|
||||
}
|
||||
|
||||
QByteArray Parser::block(const MTPDpageBlockUnsupported &data) {
|
||||
return "Unsupported."_q;
|
||||
return QByteArray();
|
||||
}
|
||||
|
||||
QByteArray Parser::block(const MTPDpageBlockTitle &data) {
|
||||
|
Reference in New Issue
Block a user