Optionally group rooms by Discord categories #64

Open
opened 2025-12-04 13:07:26 +00:00 by cadence · 0 comments
Owner
  • Setting for this on the website
  • Setting can only apply when not using self-service mode
    • Hide the switch when in self-service?
    • Group the switch down lower with the self-service one?
  • Setting applies when syncing room or space
  • Would need to create a new space for each category
    • Cache these somewhere and reuse if the setting is toggled off and on?
  • Would need to update m.space.child in two rooms and two m.space.parent events in one room
    • Vanilla kstate diffing would struggle with this because if moving from one space to another it needs to know the ID of the old space in order to generate a removal event for the diff. But events are only generated based on the current state.
- Setting for this on the website - Setting can only apply when not using self-service mode - Hide the switch when in self-service? - Group the switch down lower with the self-service one? - Setting applies when syncing room or space - Would need to create a new space for each category - Cache these somewhere and reuse if the setting is toggled off and on? - Would need to update m.space.child in two rooms and two m.space.parent events in one room - Vanilla kstate diffing would struggle with this because if moving from one space to another it needs to know the ID of the old space in order to generate a removal event for the diff. But events are only generated based on the current state.
Sign in to join this conversation.
No labels
blocking
web
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: cadence/out-of-your-element#64
No description provided.