diff options
Diffstat (limited to 'matterbridge.toml.sample')
-rw-r--r-- | matterbridge.toml.sample | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/matterbridge.toml.sample b/matterbridge.toml.sample index de1304ad..0d4da80d 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -451,6 +451,12 @@ Token="Yourtokenhere" #See https://core.telegram.org/bots/api#html-style MessageFormat="" +#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" +#OPTIONAL (default false) +UseFirstName=false + #Disable sending of edits to other bridges #OPTIONAL (default false) EditDisable=false |