mirror of
https://github.com/celisej567/abaddon.git
synced 2026-09-19 20:11:59 +03:00
show mutual friends
This commit is contained in:
@@ -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);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user