Updated Settings (markdown)

Qais Patankar 2020-05-29 01:04:28 +01:00
parent 6a5f519603
commit 3514c7d972

@ -15,6 +15,7 @@
- [ShowTopicChange](#showtopicchange) - [ShowTopicChange](#showtopicchange)
- [SkipTLSVerify](#skiptlsverify) - [SkipTLSVerify](#skiptlsverify)
- [StripNick](#stripnick) - [StripNick](#stripnick)
- [UseLocalAvatar](#uselocalavatar)
- [General](#general) - [General](#general)
- [IgnoreFailureOnStart](#ignorefailureonstart) - [IgnoreFailureOnStart](#ignorefailureonstart)
- [MediaDownloadBlacklist](#mediadownloadblacklist) - [MediaDownloadBlacklist](#mediadownloadblacklist)
@ -36,6 +37,7 @@
- [WebhookURL](#webhookurl) - [WebhookURL](#webhookurl)
- [EditDisable](#editdisable-1) - [EditDisable](#editdisable-1)
- [EditSuffix](#editsuffix-1) - [EditSuffix](#editsuffix-1)
- [UseLocalAvatar](#uselocalavatar-1)
- [Gitter](#gitter) - [Gitter](#gitter)
- [Token *](#token--1) - [Token *](#token--1)
- [IRC](#irc) - [IRC](#irc)
@ -294,6 +296,18 @@ Example: enable it
`StripNick=true` `StripNick=true`
## UseLocalAvatar
UseLocalAvatar specifies source bridges for which an avatar should be 'guessed' when an incoming message has no avatar. This works by comparing the username of the message to an existing Discord user, and using the avatar of the Discord user. (Substitute "Discord" with another platform, if used on another platform.)
On Discord, this only works if `WebhookURL` is set (AND the message has no avatar).
At the moment, this setting is only available for Discord.
Setting: OPTIONAL, RELOADABLE
Format: `["gateway.account1", "gateway.account2", "gateway"]`
Example: `["irc"]` - this example will guess the avatar coming from the `irc` platform
# General # General
Configuration that can be set under `[general]` Configuration that can be set under `[general]`
@ -474,6 +488,9 @@ See [EditDisable](#EditDisable)
See [EditSuffix](#EditSuffix) See [EditSuffix](#EditSuffix)
## UseLocalAvatar
See [UseLocalAvatar](#UseLocalAvatar)
# Gitter # Gitter
Basic config on https://github.com/42wim/matterbridge/wiki/Section-Gitter-(basic) Basic config on https://github.com/42wim/matterbridge/wiki/Section-Gitter-(basic)