maubot-rss/base-config.yaml
Tulir Asokan b28f20da92 Add internal admin list to bypass room permission checks
Pending maubot-wide access controls
2018-11-29 01:38:17 +02:00

11 lines
353 B
YAML

# Feed update interval in minutes
update_interval: 60
# The time to sleep between send requests when broadcasting a new feed entry.
# Set to 0 to disable sleep or -1 to run all requests asynchronously at once.
spam_sleep: 2
# The prefix for all commands
command_prefix: "!rss"
# Users who can bypass room permission checks
admins:
- "@user:example.com"