Allow export of just-converted supergroup.
This commit is contained in:
parent
8f80c19ae1
commit
02586ebe4b
|
@ -468,6 +468,9 @@ bool PeerData::canExportChatHistory() const {
|
|||
}
|
||||
}
|
||||
}
|
||||
if (const auto from = migrateFrom()) {
|
||||
return from->canExportChatHistory();
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue