mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Allow export of just-converted supergroup.
This commit is contained in:
@@ -468,6 +468,9 @@ bool PeerData::canExportChatHistory() const {
|
||||
}
|
||||
}
|
||||
}
|
||||
if (const auto from = migrateFrom()) {
|
||||
return from->canExportChatHistory();
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user