mirror of
https://github.com/matrix-org/mjolnir.git
synced 2024-10-01 01:36:06 -04:00
Corrected description of WordList to be time-independant
This commit is contained in:
parent
1e47be497b
commit
6fa93e3bae
@ -31,7 +31,7 @@ export const PROTECTIONS: PossibleProtections = {
|
||||
factory: () => new BasicFlooding(),
|
||||
},
|
||||
[new WordList().name]: {
|
||||
description: "If a user posts a monitored word within 20 minutes of joining, they " +
|
||||
description: "If a user posts a monitored word a set amount of time after joining, they " +
|
||||
"will be banned from that room. This will not publish the ban to a ban list.",
|
||||
factory: () => new WordList(),
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user