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

@@ -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);
}