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
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
projectmoon added 1 commit 2021-05-24 22:25:27 +00:00
projectmoon manually merged commit 849a1b6a14 into master 2021-05-25 14:02:29 +00:00
Sign in to join this conversation.
No description provided.