Send Brrr push notifications for new webmentions
Dispatches a queued job to POST to a configured Brrr webhook whenever a brand-new webmention is saved, so replies/likes/reposts show up as push notifications instead of requiring a manual check of the site.
This commit is contained in:
parent
31c49ac3fc
commit
f9f2744fad
6 changed files with 138 additions and 0 deletions
|
|
@ -78,6 +78,8 @@ SESSION_SAME_SITE=strict
|
|||
|
||||
LOG_SLACK_WEBHOOK_URL=
|
||||
|
||||
BRRR_WEBHOOK_URL=
|
||||
|
||||
FLARE_KEY=
|
||||
|
||||
IGNITION_OPEN_AI_KEY=
|
||||
|
|
|
|||
Loading…
Reference in a new issue