Feature: An ActivityPub S2C plugin #6
Labels
No labels
Critical Bug
Documentation
Feature
Small bug
tests
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
babka/activitycolander#6
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?
Right now there's no easy way to determine if an Activity belongs to S2S or C2S traffic.
The simple way would be to know if the destination is an
outbox. Outboxes may be named anything, but one simple approach would be to see if the URL path ends with/outboxand then allow the traffic through without further examination.This
/outboxparameter should probably be configurable, but is likely to work in most cases, allowing AC to work seamlessly with these implementations.assigned to @emacsen
unassigned @emacsen