mirror of
https://github.com/celisej567/abaddon.git
synced 2026-09-06 20:15:19 +03:00
show mutual friends
This commit is contained in:
@@ -337,3 +337,7 @@ void from_json(const nlohmann::json &j, UserNoteUpdateMessage &m) {
|
||||
JS_D("note", m.Note);
|
||||
JS_D("id", m.ID);
|
||||
}
|
||||
|
||||
void from_json(const nlohmann::json &j, RelationshipsData &m) {
|
||||
j.get_to(m.Users);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user