mirror of
https://github.com/matrix-org/mjolnir.git
synced 2024-10-01 01:36:06 -04:00
default.yaml: expand on fasterMembershipChecks (#163)
It isn't clear what it means to have the server "struggle" with state requests. This change is trying to make the configuration more actionable to end users.
This commit is contained in:
parent
eb8c5e08b4
commit
d364d9879a
@ -68,8 +68,8 @@ noop: false
|
||||
|
||||
# Set to true to use /joined_members instead of /state to figure out who is
|
||||
# in the room. Using /state is preferred because it means that users are
|
||||
# banned when they are invited instead of just when they join, though if your
|
||||
# server struggles with /state requests then set this to true.
|
||||
# banned when they are invited instead of just when they join. Set this to true
|
||||
# if the bot is in large rooms or dozens of rooms.
|
||||
fasterMembershipChecks: false
|
||||
|
||||
# A case-insensitive list of ban reasons to automatically redact a user's
|
||||
|
Loading…
Reference in New Issue
Block a user