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

When a post is edited or deleted, also send the activity out to boosters and their followers #12537

Open
julianlam opened this issue Apr 26, 2024 · 0 comments
Assignees

Comments

@julianlam
Copy link
Member

An extension of #12536, when a post is edited, an Update activity is sent out.

The method called is api.activitypub.update.note.

While this will propagate the update to all direct recipients of the original note, anybody who boosts the note (and their followers) will not receive the update.

The activitypub payload needs to be updated so that all boosters and their follower URLs are added to the to field.

@julianlam julianlam changed the title When a post is edited, also send the activity out to boosters and their followers When a post is edited or deleted, also send the activity out to boosters and their followers May 2, 2024
@julianlam julianlam self-assigned this May 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant