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

Ensured activities are delivered to all followers #233

Merged

Conversation

mike182uk
Copy link
Member

refs AP-638

Added logic to ensure that activities are delivered to all followers and not just the first page of followers

refs [AP-638](https://linear.app/ghost/issue/AP-638/ghost-is-not-delivering-activities-to-all-followers)

Added logic to ensure that activities are delivered to all followers and not
just the first page of followers
@mike182uk mike182uk force-pushed the mike-ap-638-ghost-is-not-delivering-activities-to-all-followers branch from cf5cf53 to d1b1c6a Compare December 17, 2024 11:16
const object = this.actors.Us;
const activity = await createActivity('Follow', object, actor);

this.activities[name] = activity;
Copy link
Collaborator

Choose a reason for hiding this comment

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

Not a big deal, but this is a bit of a vague name - not sure what a better one would be, we can leave it for now I reckon, until we actually need to use them!

Copy link
Member Author

Choose a reason for hiding this comment

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

Ah, I missed this, copy pasta 🍝

Have updated in 4459752 👍

@mike182uk mike182uk merged commit 5dc9924 into main Dec 17, 2024
2 checks passed
@mike182uk mike182uk deleted the mike-ap-638-ghost-is-not-delivering-activities-to-all-followers branch December 17, 2024 14:23
allouis added a commit that referenced this pull request Dec 18, 2024
* upstream/main:
  Added support for updating the site actor
  Ensured activities are delivered to all followers (#233)
  Fixed multi tenant handling of inboxes (#232)
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

Successfully merging this pull request may close these issues.

2 participants