Add Webhook at FeedManager.filter? for filtering statuses from users' timelines #9
Labels
No labels
bug
confirmed
critical
discussion
documentation
enhancement
merge-upstream
suggestion
support
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
babka/mastodon-babka#9
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Make a post request to an external services with the status, timeline type and recipient whenever
FeedManager.filter?is called (see #8).The external service should respond with a JSON like this:
The
okboolean indicates whether a message should be added to the timeline or not, the message is some debugging info and the request ID is a unique ID assigned to the webhook request by the external service.created branch
9-add-webhook-at-feedmanager-filter-for-filtering-statuses-from-users-timelinesto address this issuementioned in merge request !22
Perhaps, to better align our understanding, the field ok should be renamed to "remove" or "notOk" to better describe what it is doing?