summaryrefslogtreecommitdiffstats
path: root/matterbridge.toml.sample
diff options
context:
space:
mode:
authorWim <wim@42.be>2020-02-02 18:53:04 +0100
committerGitHub <noreply@github.com>2020-02-02 18:53:04 +0100
commitf8ad87760145c305db988c499ed4d8e9c1f5e0d5 (patch)
treef82b9f4ca6253e3921a86518f147cfb09cf02f40 /matterbridge.toml.sample
parent585d1556c18abc8b259819847d05b2b088bee806 (diff)
downloadmatterbridge-msglm-f8ad87760145c305db988c499ed4d8e9c1f5e0d5.tar.gz
matterbridge-msglm-f8ad87760145c305db988c499ed4d8e9c1f5e0d5.tar.bz2
matterbridge-msglm-f8ad87760145c305db988c499ed4d8e9c1f5e0d5.zip
Add DisableWebPagePreview option (telegram). Closes #980 (#994)
Diffstat (limited to 'matterbridge.toml.sample')
-rw-r--r--matterbridge.toml.sample4
1 files changed, 4 insertions, 0 deletions
diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample
index af3c5dfb..d9d596e5 100644
--- a/matterbridge.toml.sample
+++ b/matterbridge.toml.sample
@@ -837,6 +837,10 @@ Token="Yourtokenhere"
#HTMLNick only allows HTML for the nick, the message itself will be html-escaped
MessageFormat=""
+#OPTIONAL (default false)
+#Disables link previews for links in messages
+DisableWebPagePreview=false
+
#If enabled use the "First Name" as username. If this is empty use the Username
#If disabled use the "Username" as username. If this is empty use the First Name
#If all names are empty, username will be "unknown"