Add DisablePingEveryoneHere/DisablePingRoles/DisablePingUsers to matterbridge.toml.sample

This commit is contained in:
Reach
2021-05-05 02:21:56 +02:00
parent 99d1fe2963
commit 2025fd0582

View File

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