handle thread create via thread_member_update

This commit is contained in:
ouwou
2021-08-15 00:25:00 -04:00
parent 7ffded5b13
commit 613bb2b7c6
4 changed files with 23 additions and 1 deletions

View File

@@ -503,3 +503,7 @@ void from_json(const nlohmann::json &j, ArchivedThreadsResponseData &m) {
JS_D("members", m.Members);
JS_D("has_more", m.HasMore);
}
void from_json(const nlohmann::json &j, ThreadMemberUpdateData &m) {
m.Member = j;
}