forked from Hay1tsme/artemis
chuni: add roomId to handle_get_matching_state_api_request, update changelog
This commit is contained in:
@ -659,4 +659,7 @@ class ChuniNew(ChuniBase):
|
||||
"matchingMemberInfoList": [current_member] + diff_members,
|
||||
}
|
||||
|
||||
return {"matchingWaitState": matching_wait}
|
||||
return {
|
||||
"roomId": data["roomId"],
|
||||
"matchingWaitState": matching_wait
|
||||
}
|
||||
|
Reference in New Issue
Block a user