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