From 3ecf6fb1d643385d6b758e9bf36396295ca9ceec Mon Sep 17 00:00:00 2001 From: Reach Date: Wed, 5 May 2021 06:17:38 +0200 Subject: [PATCH] Fix typo in DisableWebPagePreview --- bridge/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridge/config/config.go b/bridge/config/config.go index 6b6cf56a..f2f015ff 100644 --- a/bridge/config/config.go +++ b/bridge/config/config.go @@ -96,7 +96,7 @@ type Protocol struct { ColorNicks bool // only irc for now Debug bool // general DebugLevel int // only for irc now - WebPagePreview bool // telegram + DisableWebPagePreview bool // telegram EditSuffix string // mattermost, slack, discord, telegram, gitter EditDisable bool // mattermost, slack, discord, telegram, gitter HTMLDisable bool // matrix