summary refs log tree commit diff
path: root/src/Cache.h
diff options
context:
space:
mode:
authorCH Chethan Reddy <40890937+Chethan2k1@users.noreply.github.com>2020-07-06 21:32:21 +0530
committerCH Chethan Reddy <40890937+Chethan2k1@users.noreply.github.com>2020-07-30 22:10:27 +0530
commita2979c2df1b2059e2e8a969f5c1a3a804bd2550c (patch)
tree7d43749b336ce7a1694da22b4b25464d0907a306 /src/Cache.h
parentAdding icons to UserProfile (diff)
downloadnheko-a2979c2df1b2059e2e8a969f5c1a3a804bd2550c.tar.xz
Updating keys of outdated encrypted users
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);