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.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/Cache.h b/src/Cache.h

index f8626430..4a5175f3 100644 --- a/src/Cache.h +++ b/src/Cache.h
@@ -38,10 +38,8 @@ QString avatarUrl(const QString &room_id, const QString &user_id); // presence -mtx::presence::PresenceState -presenceState(const std::string &user_id); -std::string -statusMessage(const std::string &user_id); +mtx::events::presence::Presence +presence(const std::string &user_id); // user cache stores user keys std::optional<UserKeyCache>