diff options
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 0f6e9936..ae4feac0 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -413,6 +413,11 @@ ShowJoinPart=false #REQUIRED Token="Yourtokenhere" +#OPTIONAL (default empty) +#Only supported format is "HTML", messages will be sent in html parsemode. +#See https://core.telegram.org/bots/api#html-style +MessageFormat="" + #Nicks you want to ignore. #Messages from those users will not be sent to other bridges. #OPTIONAL |