1 files changed, 3 insertions, 0 deletions
diff --git a/src/Cache_p.h b/src/Cache_p.h
index 306194de..c85f5edc 100644
--- a/src/Cache_p.h
+++ b/src/Cache_p.h
@@ -167,6 +167,9 @@ public:
RoomInfo singleRoomInfo(const std::string &room_id);
std::vector<std::string> roomsWithStateUpdates(const mtx::responses::Sync &res);
std::map<QString, RoomInfo> getRoomInfo(const std::vector<std::string> &rooms);
+
+ std::vector<RoomNameAlias> roomNamesAndAliases();
+
void updateLastMessageTimestamp(const std::string &room_id, uint64_t ts);
//! Calculates which the read status of a room.
|