mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/telegramdesktop/tdesktop
synced 2026-09-21 00:23:56 +08:00
Export sessions list.
This commit is contained in:
@@ -261,7 +261,10 @@ void Controller::exportContacts() {
|
||||
}
|
||||
|
||||
void Controller::exportSessions() {
|
||||
exportNext();
|
||||
_api.requestSessions([=](Data::SessionsList &&result) {
|
||||
_writer->writeSessionsList(result);
|
||||
exportNext();
|
||||
});
|
||||
}
|
||||
|
||||
void Controller::exportChats() {
|
||||
|
||||
Reference in New Issue
Block a user