We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support MSC1840
TODO:
RoomType
MXRoomCreateContent
MXRoomSummary
Note: If there is no "org.matrix.msc1772.type" field the RoomType is Room by default
Room
Here just an example of creation_content with a Space type:
creation_content
"creation_content": { "org.matrix.msc1772.type": "org.matrix.msc1772.space" }
The text was updated successfully, but these errors were encountered:
SBiOSoftWhare
No branches or pull requests
Support MSC1840
TODO:
RoomType
enumRoomType
property onMXRoomCreateContent
. Note: Use "org.matrix.msc1772.type" key instead of "m.room.type" atm.RoomType
onMXRoomSummary
Note: If there is no "org.matrix.msc1772.type" field the RoomType is
Room
by defaultHere just an example of
creation_content
with a Space type:The text was updated successfully, but these errors were encountered: