mirror of
https://github.com/celisej567/abaddon.git
synced 2026-09-13 20:18:50 +03:00
add menu item to add recipient to group dm
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user