Sean Quah
Sean Quah
Once #84 is done, it can be extended to allow specifying of custom room permissions on a global and per-child basis. eg. to make `m.room.encryption` admin-only, allow moderators to change...
matrix-bot-sdk persists its sync token so that it can pick up events from where it left off once restarted. Currently, the next sync token is persisted after a sync completes...
When a user changes their client theme while a widget is onscreen, the widget's theme does not currently update. Follow on from #46 Blocked on https://github.com/vector-im/element-web/issues/20069
Currently the conference space is defined in the config as follows: ```yaml conference: supportRooms: speakers: "#speakers:example.org" specialInterest: "#stands:example.org" coordinators: "#devroom-managers:example.org" prefixes: # The prefixes for the rooms listed in the...
Instead of having three hardcoded support rooms with their own invite lists, we could make it configurable. Proposed config: ```yaml supportRooms: speakers: alias: "#speakers:example.org" roomPrefixes: ["D.", "M.", "K.", "L."] roles:...