summary refs log tree commit diff
path: root/src/Cache_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Cache_p.h')
-rw-r--r--src/Cache_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Cache_p.h b/src/Cache_p.h

index 160ba626..8e5fa547 100644 --- a/src/Cache_p.h +++ b/src/Cache_p.h
@@ -118,6 +118,7 @@ public: std::size_t len = 30); size_t memberCount(const std::string &room_id); + void updateState(const std::string &room, const mtx::responses::StateEvents &state); void saveState(const mtx::responses::Sync &res); bool isInitialized(); bool isDatabaseReady() { return databaseReady_ && isInitialized(); }