mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-16 06:07:06 +02:00
Ignore pageBlockUnsupported blocks.
This commit is contained in:
parent
a11535806d
commit
615f4b1d1c
1 changed files with 1 additions and 1 deletions
|
@ -377,7 +377,7 @@ QByteArray Parser::slideshow(
|
|||
}
|
||||
|
||||
QByteArray Parser::block(const MTPDpageBlockUnsupported &data) {
|
||||
return "Unsupported."_q;
|
||||
return QByteArray();
|
||||
}
|
||||
|
||||
QByteArray Parser::block(const MTPDpageBlockTitle &data) {
|
||||
|
|
Loading…
Add table
Reference in a new issue