Clean up the space child functions in ContainerRoom
Clean up the space child functions in ContainerRoom
- Remove the functions to add and remove, because we now inherit from
Matrix.Space
which provides the same thing - Rename the functions to create and leave child rooms to match the style of the
Matrix.Space
functions
We should probably think about moving the create and leave functions into Matrix.Space
at some point