Sync chats with relaybot
In rooms with no authenticated users, this means that the member list and such aren't updated except for join/leave events and messages.
A bot can't get the member list, so I don't think there's a way to fix this?
At least using the full API they can. I don't use a separate bot api library because I can just use the full API and share much more code with real users. However, they can't get the list of chats which they are a member of, so I couldn't simply use the same dialog sync code as I do for real users.
If the API is available to the bot, could this be done on a cron-like basis? Preferably configurable as that?
#95