diff options
author | Wim <wim@42.be> | 2018-06-19 00:28:16 +0200 |
---|---|---|
committer | Wim <wim@42.be> | 2018-06-19 00:28:16 +0200 |
commit | 6f131250f1f48fb3898ee4c6717d9299a215ff67 (patch) | |
tree | 0884cfdf5bc41bf10fa774e3101bf42389b935dc /matterbridge.toml.sample | |
parent | 221a63d980d4bb3a8884b2dfbf7f01d7d7d70d55 (diff) | |
download | matterbridge-msglm-6f131250f1f48fb3898ee4c6717d9299a215ff67.tar.gz matterbridge-msglm-6f131250f1f48fb3898ee4c6717d9299a215ff67.tar.bz2 matterbridge-msglm-6f131250f1f48fb3898ee4c6717d9299a215ff67.zip |
Release v1.11.0v1.11.0
Diffstat (limited to 'matterbridge.toml.sample')
-rw-r--r-- | matterbridge.toml.sample | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index 1f942e50..5844561b 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -799,9 +799,10 @@ Token="Yourtokenhere" ## Settings below can be reloaded by editing the file #OPTIONAL (default empty) -#Supported formats are "HTML" and "Markdown" +#Supported formats are "HTML", "Markdown" and "HTMLNick" #See https://core.telegram.org/bots/api#html-style #See https://core.telegram.org/bots/api#markdown-style +#HTMLNick only allows HTML for the nick, the message itself will be html-escaped MessageFormat="" #If enabled use the "First Name" as username. If this is empty use the Username |