Remove room state mgmt; let matrix SDK do it on-demand instead. #71
No reviewers
Labels
No Label
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: projectmoon/tenebrous-dicebot#71
Loading…
Reference in New Issue
No description provided.
Delete Branch "state-revamp"
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?
Remove all the room state management stuff, as the SDK can do it for us and since it uses local storage (Sled DB), it's basically the same as putting it in our own database, at least at the current scale. I have a feeling if there were many thousands of users/rooms, it might be better to do straight DB selects. Even then, we could return that code, and combine it with this code later.
c7d9cf9c8b
to395753e8a9