diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-08-17 19:00:00 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2021-08-17 19:00:00 +0200 |
commit | 5287ba38f9c05c39a49b66d3738a63f2fcfb2fa8 (patch) | |
tree | fbded7ad0db18ed4d0a93eda4785dcb1937a6361 /src/ChatPage.h | |
parent | Fi lineendings (diff) | |
download | nheko-5287ba38f9c05c39a49b66d3738a63f2fcfb2fa8.tar.xz |
Fix all rooms being opened on startup
Diffstat (limited to 'src/ChatPage.h')
-rw-r--r-- | src/ChatPage.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChatPage.h b/src/ChatPage.h index dfe94c37..d79bee46 100644 --- a/src/ChatPage.h +++ b/src/ChatPage.h @@ -125,6 +125,7 @@ signals: void newSyncResponse(const mtx::responses::Sync &res, const std::string &prev_batch_token); void leftRoom(const QString &room_id); void newRoom(const QString &room_id); + void changeToRoom(const QString &room_id); void initializeViews(const mtx::responses::Rooms &rooms); void initializeEmptyViews(); |