Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Outbox: Show Outbox processing in Stream #1229

Merged
merged 4 commits into from
Jan 30, 2025

Conversation

obenland
Copy link
Member

@obenland obenland commented Jan 28, 2025

Fixes #

Proposed changes:

image

Other information:

  • Have you written new tests for your changes, if applicable?

Testing instructions:

  • Go to '..'

@obenland obenland added the Skip Changelog Disables the "Changelog Updated" action for PRs where changelog entries are not necessary. label Jan 28, 2025
@obenland obenland requested a review from pfefferle January 28, 2025 17:12
@obenland obenland self-assigned this Jan 28, 2025
@github-actions github-actions bot added the [Focus] Compatibility Ensuring the plugin plays well with other plugins label Jan 28, 2025
*/
$inboxes = apply_filters( 'activitypub_send_to_inboxes', array(), $actor_id, $activity );
$inboxes = apply_filters( 'activitypub_send_to_inboxes', array(), $actor_id, $activity, $outbox_item );
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what about sending a do_action with the result of the safe_remote_post in line 113? this way we could even track the response!?!

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Took a stab at it in 499c902.

@obenland obenland merged commit a3487a0 into add/outbox-collection Jan 30, 2025
11 checks passed
@obenland obenland deleted the update/stream-records branch January 30, 2025 12:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Focus] Compatibility Ensuring the plugin plays well with other plugins Skip Changelog Disables the "Changelog Updated" action for PRs where changelog entries are not necessary.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants