Add optional whitelist or blacklist
This commit is contained in:
parent
04e38f6c44
commit
a259bd4c72
4 changed files with 26 additions and 2 deletions
6
base-config.yaml
Normal file
6
base-config.yaml
Normal file
|
@ -0,0 +1,6 @@
|
|||
# Whether or not everyone can vote
|
||||
democracy: true
|
||||
# The list of people to filter.
|
||||
# If democracy is enabled, this is a blacklist. Otherwise this is a whitelist.
|
||||
filter:
|
||||
- "@user:example.com"
|
Loading…
Add table
Add a link
Reference in a new issue