Fix #9: Add WebSub support

This commit is contained in:
2023-04-14 20:04:46 +02:00
parent c57828d3e2
commit 5ab1167d38
3 changed files with 20 additions and 1 deletions

View File

@ -6,6 +6,7 @@ MASTODON_INSTANCE = 'metalhead.club'
BASE_URL = 'https://moshingmammut.phlaym.net'
VERBOSE = false
IGNORE_USERS = @moshhead@metalhead.club
WEBSUB_HUB = 'http://pubsubhubbub.superfeedr.com'
PUBLIC_REFRESH_INTERVAL = 10000
PUBLIC_MASTODON_INSTANCE_DISPLAY_NAME = 'Metalhead.club'