You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
# If so, mark the new room as non-federatable as well
creation_content["m.federate"] =False
But I wonder if we should start with the old event's content and then splat room_version and predecessor on top of it?
The spec is a bit vague, but seems to imply we shouldn't even be copying m.federate:
Creates a replacement room with a m.room.create event containing a predecessor field and the applicable room_version.
We also will want to copy the m.space.child and m.space.parent events from the space. It is unclear what we would do with the m.space.parent events in rooms that point to the space.
This might need an MSC for discussion, or might just be an implementation detail.