Fix state store not being updated on double puppet requests

This commit is contained in:
Tulir Asokan
2023-02-27 01:29:20 +02:00
parent 71d1689776
commit 4eba894573
3 changed files with 4 additions and 3 deletions

View File

@@ -46,6 +46,7 @@ func (br *DiscordBridge) newDoublePuppetClient(mxid id.UserID, accessToken strin
}
client.Log = br.AS.Log.With().Str("as_user_id", mxid.String()).Logger()
client.StateStore = br.AS.StateStore
client.Client = br.AS.HTTPClient
client.DefaultHTTPRetries = br.AS.DefaultHTTPRetries