4
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-07-13 19:36:28 +00:00

Add DisableWebPagePreview option (telegram). Closes #980 (#994)

This commit is contained in:
Wim
2020-02-02 18:53:04 +01:00
committed by GitHub
parent 585d1556c1
commit f8ad877601
3 changed files with 8 additions and 0 deletions

View File

@ -837,6 +837,10 @@ Token="Yourtokenhere"
#HTMLNick only allows HTML for the nick, the message itself will be html-escaped
MessageFormat=""
#OPTIONAL (default false)
#Disables link previews for links in messages
DisableWebPagePreview=false
#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"