Remove updating custom ghost info on startup

This commit is contained in:
Tulir Asokan
2023-06-09 17:28:51 +03:00
parent b2d7077e8d
commit 67c8d9237e
2 changed files with 0 additions and 13 deletions

View File

@@ -102,7 +102,6 @@ func (br *DiscordBridge) Start() {
if br.Config.Bridge.Provisioning.SharedSecret != "disable" {
br.provisioning = newProvisioningAPI(br)
}
go br.updatePuppetsContactInfo()
br.WaitWebsocketConnected()
go br.startUsers()
}