Add optional whitelist or blacklist

This commit is contained in:
Tulir Asokan 2018-11-17 01:21:33 +02:00
parent 04e38f6c44
commit a259bd4c72
4 changed files with 26 additions and 2 deletions

6
base-config.yaml Normal file
View 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"