Skip to content
New issue

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

[Spaces] SDK: Support room type #4050

Closed
3 tasks done
SBiOSoftWhare opened this issue Feb 19, 2021 · 0 comments
Closed
3 tasks done

[Spaces] SDK: Support room type #4050

SBiOSoftWhare opened this issue Feb 19, 2021 · 0 comments
Assignees
Labels
A-Spaces Spaces, groups, communities

Comments

@SBiOSoftWhare
Copy link
Contributor

SBiOSoftWhare commented Feb 19, 2021

Support MSC1840

TODO:

  • Add RoomType enum
  • Add a RoomType property on MXRoomCreateContent. Note: Use "org.matrix.msc1772.type" key instead of "m.room.type" atm.
  • Add a RoomType on MXRoomSummary

Note: If there is no "org.matrix.msc1772.type" field the RoomType is Room by default

Here just an example of creation_content with a Space type:

  "creation_content": {
    "org.matrix.msc1772.type": "org.matrix.msc1772.space"
  }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Spaces Spaces, groups, communities
Projects
None yet
Development

No branches or pull requests

1 participant