From d44598a900a9c28445ec55d4572b27c7146bcd83 Mon Sep 17 00:00:00 2001
From: Wim <wim@42.be>
Date: Thu, 14 May 2020 00:37:41 +0200
Subject: Add an option to disable sending HTML to matrix. Fixes #1022 (#1135)

---
 bridge/config/config.go | 1 +
 1 file changed, 1 insertion(+)

(limited to 'bridge/config')

diff --git a/bridge/config/config.go b/bridge/config/config.go
index dfb71eec..031f5a81 100644
--- a/bridge/config/config.go
+++ b/bridge/config/config.go
@@ -84,6 +84,7 @@ type Protocol struct {
 	DisableWebPagePreview  bool   // telegram
 	EditSuffix             string // mattermost, slack, discord, telegram, gitter
 	EditDisable            bool   // mattermost, slack, discord, telegram, gitter
+	HTMLDisable            bool   // matrix
 	IconURL                string // mattermost, slack
 	IgnoreFailureOnStart   bool   // general
 	IgnoreNicks            string // all protocols
-- 
cgit v1.2.3