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
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
Users should be able
This requires
The UI has already been added in #64
The text was updated successfully, but these errors were encountered: