diff options
author | Alexander <emu.sas@gmail.com> | 2022-03-25 23:42:28 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-25 21:42:28 +0100 |
commit | cc36ebf1c9191a6107637b26bd3dbc802f91eb4a (patch) | |
tree | c0d96006ebf661a246042535145ade4cfb82375f /matterbridge.toml.sample | |
parent | e6adecfd81c315689dd2e18a42b92422542211a4 (diff) | |
download | matterbridge-msglm-cc36ebf1c9191a6107637b26bd3dbc802f91eb4a.tar.gz matterbridge-msglm-cc36ebf1c9191a6107637b26bd3dbc802f91eb4a.tar.bz2 matterbridge-msglm-cc36ebf1c9191a6107637b26bd3dbc802f91eb4a.zip |
Add UseFullName option (telegram) (#1777)
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 7dd52834..656949fc 100644 --- a/matterbridge.toml.sample +++ b/matterbridge.toml.sample @@ -1036,6 +1036,12 @@ DisableWebPagePreview=false #OPTIONAL (default false) UseFirstName=false +#If enabled use the "Full 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 and Last Name as Full Name +#If all names are empty, username will be "unknown" +#OPTIONAL (default false) +UseFullName=false + #WARNING! If enabled this will relay GIF/stickers/documents and other attachments as URLs #Those URLs will contain your bot-token. This may not be what you want. #For now there is no secure way to relay GIF/stickers/documents without seeing your token. |