Fix state store not being updated on double puppet requests
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user