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

Add/update matrix room to event #33

Closed
friedger opened this issue Feb 1, 2019 · 3 comments
Closed

Add/update matrix room to event #33

friedger opened this issue Feb 1, 2019 · 3 comments
Labels
enhancement New feature or request
Milestone

Comments

@friedger
Copy link
Member

friedger commented Feb 1, 2019

Users should be able

  • to add a new matrix room to a new or existing event
  • to remove the matrix room of an existing event
  • to be able to join the matrix room of an event from the event details

This requires

  • to add action that creates a new matrix room using matrix-js-sdk. The room should be federated, anybody with link can join. If the corresponding event is private the room should be private, if the event is public, the room should be public and use the same name as the event. The room should use end-to-end-encryption(!)
  • to add action to delete matrix room
  • to add action to update private/public property of matrix room

The UI has already been added in #64

screenshot from 2019-02-12 11-33-39

@friedger friedger added this to the 0.7.0 milestone Feb 10, 2019
@friedger friedger added the enhancement New feature or request label Feb 13, 2019
@friedger
Copy link
Member Author

UI was done in PR #64 (issue #60)

@friedger
Copy link
Member Author

New rooms are created for events now.

@friedger
Copy link
Member Author

delivered in branch develop

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant