- send matrix event component - send event form depending on event.event_type - show send event in room if logged in + owner (aka, joined) + show-send-event=true)
All unencrypted only: - login & logout user (store in local storage) - matrix-send-event (and specify message type) - list joined rooms for logged in user
- use /context api from clicking on buttons - use origin & homeserver (instead of legacy platform url and server)
- hide widgets when showing a space -> only shows widgets on "root room" that is not a space (for now)
- detect if a room is a space, show its sub spaces (children & parent), behind a `show-space-{children,parents}` flag. - use a single guest user for matrix API call for all <matrix-room-element>, from sharing a `static MatrixAPI` class (and the gues user token)
add "filter" attribute https://spec.matrix.org/v1.2/client-server-api/#filtering with default `{type: "m.room.message"}`