6 lines
192 B
YAML
6 lines
192 B
YAML
# 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"
|