Don't pass around empty timeline
This commit is contained in:
parent
2bac6d6c75
commit
70f35de449
6 changed files with 15 additions and 19 deletions
|
|
@ -765,7 +765,7 @@ ChatPage::loadStateFromCache()
|
|||
cache::restoreSessions();
|
||||
olm::client()->load(cache::restoreOlmAccount(), STORAGE_SECRET_KEY);
|
||||
|
||||
emit initializeEmptyViews(cache::client()->roomMessages());
|
||||
emit initializeEmptyViews(cache::client()->roomIds());
|
||||
emit initializeRoomList(cache::roomInfo());
|
||||
emit initializeMentions(cache::getTimelineMentions());
|
||||
emit syncTags(cache::roomInfo().toStdMap());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue