From a97528b4322a3f114134722f8a4243b2938db6fd Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Tue, 12 Jun 2018 20:36:16 +0300 Subject: Fix bug where cache was initialized twice in a row --- include/ChatPage.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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 &counts); + void getProfileInfo(); //! Check if the given room is currently open. bool isRoomActive(const QString &room_id) -- cgit 1.5.1