Update Discord AllowedMentions in matterbridge.toml.sample

This commit is contained in:
Reach
2021-05-05 06:13:42 +02:00
parent cb6d9598ed
commit cf2b2bcb21

View File

@@ -848,14 +848,15 @@ Server="yourservername"
## All settings below can be reloaded by editing the file. ## All settings below can be reloaded by editing the file.
## They are also all optional. ## They are also all optional.
# DisablePingEveryoneHere prevents @everyone and @here mentions from sending a mention/ping. The mention will still be displayed nicely. # AllowPingEveryoneHere controls if @everyone and @here mentions should send a mention/ping to users. (default true)
DisablePingEveryoneHere=false AllowPingEveryoneHere=true
# DisablePingRoles prevents @role mentions from sending a mention/ping. The mention will still be displayed nicely. # AllowPingRoles controls if @role mentions should send a mention/ping to users. (default true)
DisablePingRoles=false AllowPingRoles=true
# DisablePingUsers prevents @user mentions from sending a mention/ping. The mention will still be displayed nicely and be clickable to show user's profile. # AllowPingUsers controls if @user mentions should send a mention/ping to users. (default true)
DisablePingUsers=false # Even if set to false, the mention will still be nicely displayed and be clickable (but will not ping the user).
AllowPingUsers=true
# ShowEmbeds shows the title, description and URL of embedded messages (sent by other bots) # ShowEmbeds shows the title, description and URL of embedded messages (sent by other bots)
ShowEmbeds=false ShowEmbeds=false