mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-06 15:13:57 +02:00
Allow export of just-converted supergroup.
This commit is contained in:
parent
8f80c19ae1
commit
02586ebe4b
1 changed files with 3 additions and 0 deletions
|
@ -468,6 +468,9 @@ bool PeerData::canExportChatHistory() const {
|
|||
}
|
||||
}
|
||||
}
|
||||
if (const auto from = migrateFrom()) {
|
||||
return from->canExportChatHistory();
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue