matrix-appservice-discord icon indicating copy to clipboard operation
matrix-appservice-discord copied to clipboard

Joins don't appear to be retried

Open turt2live opened this issue 4 years ago • 2 comments

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.

turt2live avatar Dec 28 '20 17:12 turt2live

Is there a workaround by manipulating the database to force a rejoin?

Zwelf avatar Jan 10 '23 11:01 Zwelf

The database shouldn't be used to do that. Just take the asToken and call the join API manually

turt2live avatar Jan 10 '23 15:01 turt2live