Make space order changeable #33
Labels
No labels
bug
core
documentation
duplicate
enhancement
experiment
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
streigen/echelon#33
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently spaces are handled as
BTreeMap. While this means the order is deterministic, the user cannot order the spaces as they want.To get around this I propose an expansion of the per user store to also store a vec of the space order. Rooms not previously known (perhaps ones that the user joined from a different client) would be placed on top, with the known rooms placed in the correct order below.