summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-06-12 20:36:16 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-06-12 20:36:16 +0300
commita97528b4322a3f114134722f8a4243b2938db6fd (patch)
tree0c4e2845702d9d67b8310b65e7af6b4855098493 /include
parentAdd menu option to enable encryption in a private room (diff)
downloadnheko-a97528b4322a3f114134722f8a4243b2938db6fd.tar.xz
Fix bug where cache was initialized twice in a row
Diffstat (limited to 'include')
-rw-r--r--include/ChatPage.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ChatPage.h b/include/ChatPage.h

index d8582993..ffea2914 100644 --- a/include/ChatPage.h +++ b/include/ChatPage.h
@@ -152,6 +152,7 @@ private: void tryInitialSync(); void trySync(); void ensureOneTimeKeyCount(const std::map<std::string, uint16_t> &counts); + void getProfileInfo(); //! Check if the given room is currently open. bool isRoomActive(const QString &room_id)