Remove room state mgmt; let matrix SDK do it on-demand instead. #71

Manually merged
projectmoon merged 3 commits from state-revamp into master 2021-05-25 14:02:29 +00:00
Owner

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.

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.
projectmoon added 1 commit 2021-05-24 21:45:29 +00:00
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is failing Details
c7d9cf9c8b
Remove room state mgmt; let matrix SDK do it on-demand instead.
projectmoon force-pushed state-revamp from c7d9cf9c8b to 395753e8a9 2021-05-24 21:46:33 +00:00 Compare
projectmoon added 1 commit 2021-05-24 22:10:51 +00:00
continuous-integration/drone/push Build is failing Details
continuous-integration/drone/pr Build is failing Details
97be5d5ccb
Add migration to remove room state management tables.
projectmoon added 1 commit 2021-05-24 22:25:27 +00:00
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
849a1b6a14
Remove most of Room DB API
projectmoon manually merged commit 849a1b6a14 into master 2021-05-25 14:02:29 +00:00
Sign in to join this conversation.
No description provided.