4
0
mirror of https://github.com/cwinfo/matterbridge.git synced 2025-07-03 15:27:45 +00:00

Add QuoteFormat option (telegram). Closes #413

This commit is contained in:
Wim
2018-05-11 20:59:15 +02:00
parent be04d1a862
commit 406a54b597
3 changed files with 17 additions and 1 deletions

View File

@ -815,6 +815,10 @@ UseInsecureURL=false
#OPTIONAL (default false)
QuoteDisable=false
#Format quoted/reply messages
#OPTIONAL (default "{MESSAGE} (re @{QUOTENICK}: {QUOTEMESSAGE})")
QuoteFormat="{MESSAGE} (re @{QUOTENICK}: {QUOTEMESSAGE})"
#Disable sending of edits to other bridges
#OPTIONAL (default false)
EditDisable=false