Show rooms you share with someone
This commit is contained in:
parent
d46a67f64b
commit
aae3300860
8 changed files with 320 additions and 139 deletions
|
|
@ -64,6 +64,7 @@ public:
|
|||
crypto::Trust roomVerificationStatus(const std::string &room_id);
|
||||
|
||||
std::vector<std::string> joinedRooms();
|
||||
std::map<std::string, RoomInfo> getCommonRooms(const std::string &user_id);
|
||||
|
||||
QMap<QString, RoomInfo> roomInfo(bool withInvites = true);
|
||||
QHash<QString, RoomInfo> invites();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue