chuni: add roomId to handle_get_matching_state_api_request, update changelog

This commit is contained in:
2024-01-08 20:21:27 -05:00
parent c9dfbc77c4
commit b4b40869c1
2 changed files with 5 additions and 1 deletions

View File

@ -659,4 +659,7 @@ class ChuniNew(ChuniBase):
"matchingMemberInfoList": [current_member] + diff_members,
}
return {"matchingWaitState": matching_wait}
return {
"roomId": data["roomId"],
"matchingWaitState": matching_wait
}