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

index 57a36d73..2c024722 100644 --- a/src/Cache.h +++ b/src/Cache.h
@@ -84,6 +84,10 @@ getRoomAvatarUrl(lmdb::txn &txn, lmdb::dbi &statesdb, lmdb::dbi &membersdb); std::vector<RoomMember> getMembers(const std::string &room_id, std::size_t startIndex = 0, std::size_t len = 30); +//! Get the other person from an invite to a direct chat. +RoomMember +getDirectInviteMember(const std::string &room_id); + bool isInitialized();