2018-11-27 02:33:41 +02:00
|
|
|
# Feed update interval in minutes
|
|
|
|
update_interval: 60
|
2021-04-10 00:30:10 +03:00
|
|
|
# Maximum backoff in minutes when failing to fetch feeds (defaults to 5 days)
|
|
|
|
max_backoff: 7200
|
2018-11-27 02:33:41 +02:00
|
|
|
# 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
|
2018-11-29 00:40:38 +02:00
|
|
|
# The prefix for all commands
|
2019-03-27 14:55:44 +01:00
|
|
|
# It has to be prefixed with ! in matrix to be recognised
|
|
|
|
command_prefix: "rss"
|
2022-03-26 14:45:07 +02:00
|
|
|
# Default post notification template for new subscriptions
|
|
|
|
notification_template: "New post in $feed_title: [$title]($link)"
|
2018-11-29 01:37:57 +02:00
|
|
|
# Users who can bypass room permission checks
|
|
|
|
admins:
|
|
|
|
- "@user:example.com"
|