From c2dae3de30d06ec36e4f133bb46316bab19ee2d5 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Mon, 27 Jun 2022 11:52:19 +0300 Subject: [PATCH] Undo bridge info protocol ID change --- portal.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/portal.go b/portal.go index ce737c9..b940b28 100644 --- a/portal.go +++ b/portal.go @@ -242,7 +242,7 @@ func (portal *Portal) getBridgeInfo() (string, event.BridgeEventContent) { BridgeBot: portal.bridge.Bot.UserID, Creator: portal.MainIntent().UserID, Protocol: event.BridgeInfoSection{ - ID: "discordgo", + ID: "discord", DisplayName: "Discord", AvatarURL: portal.bridge.Config.AppService.Bot.ParsedAvatar.CUString(), ExternalURL: "https://discord.com/",