Support separate webview storages.

This commit is contained in:
John Preston
2024-04-25 15:34:00 +04:00
parent 471831bcd6
commit c6d034174b
17 changed files with 138 additions and 40 deletions

View File

@@ -224,6 +224,7 @@ void Step::createSession(
account->createSession(user, std::move(settings));
// "this" is already deleted here by creating the main widget.
account->local().enforceModernStorageIdBots();
account->local().writeMtpData();
auto &session = account->session();
session.data().chatsFilters().setPreloaded(filters);