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

Updated activitypub app in preparation for pagination #21054

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mike182uk
Copy link
Member

@mike182uk mike182uk commented Sep 19, 2024

refs TryGhost/ActivityPub#44

To support pagination in the activitypub app, the following changes have been made:

  • Move filtering and sorting of activities to the server
  • Refactor how comments are processed (comments are now returned as part of the activity)
  • Refactor how replies to own activities are processed in the activities tab (removed object map)

refs [TryGhost/ActivityPub#44](TryGhost/ActivityPub#44)

To support pagination in the activitypub app, the following changes have been made:

- Move filtering and sorting of activities to the server
- Refactor how comments are processed (comments are now returned as part of the activity)
- Refactor how replies to own activities are processed in the activities tab (removed object map)
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.

1 participant