mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2026-07-29 08:47:52 +00: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