Add ability to store user active room, with skeleton accounts.
Add ability to store user active room, with skeleton accounts.
Add ability to store user active room, with skeleton accounts.
Resync room information on startup / Redo room state management
Resync room information on startup / Redo room state management
No longer necessary because of PR #71.
Remove room state mgmt; let matrix SDK do it on-demand instead.
Keep track of what rooms the bot is in, and what users are in them
Remove room state mgmt; let matrix SDK do it on-demand instead.
Keep track of what rooms the bot is in, and what users are in them
This issue is closed by actually removing all of the code implemented in #44, because the Matrix SDK can do this for us on demand with locally cached information.
Remove room state mgmt; let matrix SDK do it on-demand instead.