mirror of
https://github.com/42wim/matterbridge.git
synced 2024-11-24 21:19:32 +01:00
Document QuoteLengthLimit
parent
55cbba2705
commit
9d4717f794
10
Settings.md
10
Settings.md
@ -123,6 +123,7 @@
|
|||||||
- [MessageFormat](#messageformat)
|
- [MessageFormat](#messageformat)
|
||||||
- [QuoteDisable](#quotedisable)
|
- [QuoteDisable](#quotedisable)
|
||||||
- [QuoteFormat](#quoteformat)
|
- [QuoteFormat](#quoteformat)
|
||||||
|
- [QuoteLengthLimit](#quotelengthlimit)
|
||||||
- [DisableWebPagePreview](#disablewebpagepreview)
|
- [DisableWebPagePreview](#disablewebpagepreview)
|
||||||
- [Token *](#token--3)
|
- [Token *](#token--3)
|
||||||
- [UseFirstName](#usefirstname)
|
- [UseFirstName](#usefirstname)
|
||||||
@ -1238,6 +1239,15 @@ Example:
|
|||||||
|
|
||||||
`QuoteFormat="{MESSAGE} (re @{QUOTENICK}: {QUOTEMESSAGE})"`
|
`QuoteFormat="{MESSAGE} (re @{QUOTENICK}: {QUOTEMESSAGE})"`
|
||||||
|
|
||||||
|
## QuoteLengthLimit
|
||||||
|
Limits {QUOTEMESSAGE} into integer characters specified in this.
|
||||||
|
|
||||||
|
Setting: OPTIONAL \
|
||||||
|
Format: integer \
|
||||||
|
Example:
|
||||||
|
|
||||||
|
`QuoteLengthLimit=46`
|
||||||
|
|
||||||
## DisableWebPagePreview
|
## DisableWebPagePreview
|
||||||
Disables link previews for links in messages
|
Disables link previews for links in messages
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user