matrix-appservice-discord
matrix-appservice-discord copied to clipboard
Joins don't appear to be retried
Due to a number of reasons, a join can fail if tried immediately after being invited. The bridge should retry the joins every once and a while, possibly using the autojoin mixin provided by the SDK.
Is there a workaround by manipulating the database to force a rejoin?
The database shouldn't be used to do that. Just take the asToken and call the join API manually