add menu item to add recipient to group dm

This commit is contained in:
ouwou
2021-02-18 14:38:40 -05:00
parent a721600016
commit 3ab3119602
13 changed files with 223 additions and 2 deletions

View File

@@ -118,6 +118,7 @@ void from_json(const nlohmann::json &j, ReadyEventData &m) {
JS_D("private_channels", m.PrivateChannels);
JS_O("users", m.Users);
JS_ON("merged_members", m.MergedMembers);
JS_O("relationships", m.Relationships);
}
void from_json(const nlohmann::json &j, MergedPresence &m) {