Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1.68.0rc1 | Olivier Wilkinson (reivilibre) | 2022-09-20 | 1 | -1/+0 |
| | |||||
* | Remove the unspecced room_id field in the /hierarchy response. (#13506) | reivilibre | 2022-09-06 | 1 | -0/+1 |
This is a re-do of 57d334a13d983406ea452dfa203bbe4837509c4e (#13365), which was backed out in 12abd724974a2311d5311272d26d2f8aa11734a9 (#13501). The `room_id` field represented the parent space for each room and was made redundant by changes in the API shape where the `children_state` is now nested underneath each `room`. The room ID of each child is in the `state_key` field and is still available. |