summary refs log tree commit diff
path: root/src/ChatPage.cpp
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2020-11-27 04:56:44 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2020-11-30 01:54:53 +0100
commit2290ebcf7810e842c73180d6591b2eaa553aec4b (patch)
tree592ef998553088b4411605a99c7c556378e22583 /src/ChatPage.cpp
parentLoad sessions lazily from db (diff)
downloadnheko-2290ebcf7810e842c73180d6591b2eaa553aec4b.tar.xz
Remove outbound session storage
Diffstat (limited to 'src/ChatPage.cpp')
-rw-r--r--src/ChatPage.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ChatPage.cpp b/src/ChatPage.cpp

index cb5f242f..dab414a9 100644 --- a/src/ChatPage.cpp +++ b/src/ChatPage.cpp
@@ -526,7 +526,6 @@ ChatPage::loadStateFromCache() nhlog::db()->info("restoring state from cache"); try { - cache::restoreSessions(); olm::client()->load(cache::restoreOlmAccount(), STORAGE_SECRET_KEY); emit initializeEmptyViews(cache::client()->roomIds());