Ignore pageBlockUnsupported blocks.

This commit is contained in:
John Preston 2024-04-19 22:15:03 +04:00
parent a11535806d
commit 615f4b1d1c
1 changed files with 1 additions and 1 deletions

View File

@ -377,7 +377,7 @@ QByteArray Parser::slideshow(
}
QByteArray Parser::block(const MTPDpageBlockUnsupported &data) {
return "Unsupported."_q;
return QByteArray();
}
QByteArray Parser::block(const MTPDpageBlockTitle &data) {