diff options
author | Wim <wim@42.be> | 2020-05-14 00:37:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-14 00:37:41 +0200 |
commit | d44598a900a9c28445ec55d4572b27c7146bcd83 (patch) | |
tree | 451dbf999f6a6514825e866f69b053f636a05997 /matterbridge.toml.sample | |
parent | c9cfa59f5453add42fb3dd9cc29bdc0d692b2077 (diff) | |
download | matterbridge-msglm-d44598a900a9c28445ec55d4572b27c7146bcd83.tar.gz matterbridge-msglm-d44598a900a9c28445ec55d4572b27c7146bcd83.tar.bz2 matterbridge-msglm-d44598a900a9c28445ec55d4572b27c7146bcd83.zip |
Add an option to disable sending HTML to matrix. Fixes #1022 (#1135)
Diffstat (limited to 'matterbridge.toml.sample')
-rw-r--r-- | matterbridge.toml.sample | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index 4082b6dc..e0942c65 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -1209,6 +1209,11 @@ Password="yourpass" #OPTIONAL (default false) NoHomeServerSuffix=false +#Whether to disable sending of HTML content to matrix +#See https://github.com/42wim/matterbridge/issues/1022 +#OPTIONAL (default false) +HTMLDisable=false + ## RELOADABLE SETTINGS ## Settings below can be reloaded by editing the file |