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 has been archived by the owner on Apr 26, 2024. It is now read-only.
for spaces work, we want m.room.create to be included in the state that gets included with an invite (ie, the invite_room_state). In theory there is a config option for this, but @t3chguy tried setting it and it didn't work.
This work is to investigate and fix the config option not working.
The text was updated successfully, but these errors were encountered:
We added m.room.create as one of the state event types to return by default in
matrix-org#9448 in order to allow inspecting
the 'type' of a room (which is stored in the create event) without first needing
to join a room.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
for spaces work, we want
m.room.create
to be included in the state that gets included with an invite (ie, theinvite_room_state
). In theory there is a config option for this, but @t3chguy tried setting it and it didn't work.This work is to investigate and fix the config option not working.
The text was updated successfully, but these errors were encountered: