show mutual friends

This commit is contained in:
ouwou
2021-02-08 15:57:55 -05:00
parent 6896db53d6
commit 2ddac42575
8 changed files with 112 additions and 3 deletions

View File

@@ -473,3 +473,9 @@ struct UserNoteUpdateMessage {
friend void from_json(const nlohmann::json &j, UserNoteUpdateMessage &m);
};
struct RelationshipsData {
std::vector<UserData> Users;
friend void from_json(const nlohmann::json &j, RelationshipsData &m);
};