Update mautrix-go to enable appservice websockets

This commit is contained in:
Tulir Asokan
2023-06-09 17:28:24 +03:00
parent d5db336eee
commit b2d7077e8d
4 changed files with 11 additions and 3 deletions

View File

@@ -103,6 +103,7 @@ func (br *DiscordBridge) Start() {
br.provisioning = newProvisioningAPI(br)
}
go br.updatePuppetsContactInfo()
br.WaitWebsocketConnected()
go br.startUsers()
}