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

index 0c955c92..82d909ae 100644 --- a/src/Cache.h +++ b/src/Cache.h
@@ -64,6 +64,9 @@ statusMessage(const std::string &user_id); std::optional<UserCache> getUserCache(const std::string &user_id); +void +updateUserCache(const mtx::responses::DeviceLists body); + int setUserCache(const std::string &user_id, const UserCache &body);