diff options
author | Wim <wim@42.be> | 2017-06-24 23:17:57 +0200 |
---|---|---|
committer | Wim <wim@42.be> | 2017-06-24 23:17:57 +0200 |
commit | 1b837b3dc7579351a6018b52b58613c446ce08a5 (patch) | |
tree | 7ceb5a5a2ca175e931cb6bd3ba8074bef78c855e /matterbridge.toml.sample | |
parent | 2ece724f751ece1a7d037b138b27df00834833fc (diff) | |
download | matterbridge-msglm-1b837b3dc7579351a6018b52b58613c446ce08a5.tar.gz matterbridge-msglm-1b837b3dc7579351a6018b52b58613c446ce08a5.tar.bz2 matterbridge-msglm-1b837b3dc7579351a6018b52b58613c446ce08a5.zip |
Add ShowEmbeds option (discord). #202
Diffstat (limited to 'matterbridge.toml.sample')
-rw-r--r-- | matterbridge.toml.sample | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index 2fd8adb3..53a584aa 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -450,6 +450,10 @@ Token="Yourtokenhere" #REQUIRED Server="yourservername" +#Shows title, description and URL of embedded messages (sent by other bots) +#OPTIONAL (default false) +ShowEmbeds=false + #Disable sending of edits to other bridges #OPTIONAL (default false) EditDisable=false |