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

Reader renders users outbox as feed #117

Closed
sutty-coop opened this issue Jan 22, 2024 · 1 comment
Closed

Reader renders users outbox as feed #117

sutty-coop opened this issue Jan 22, 2024 · 1 comment
Assignees

Comments

@sutty-coop
Copy link
Collaborator

sutty-coop commented Jan 22, 2024

Read from users outboxes into a feed (0.5 week)

  • Read staticpub inbox to start, have interface that takes a "num posts" and "page" param and has an async iterator of Activities.
  • Handle create/update/

Check the boxes from #102 when this is done 👍

@RangerMauve
Copy link
Contributor

RangerMauve commented Feb 1, 2024

  • add a new distributed-outbox component
  • have url to outbox as an attribute
  • add a new distributed-activity which will render different activity types
  • it should call out to distributed-post for created notes
  • other types can be ignored for now but maybe we'd want to show follow requests and likes too
  • have the outbox fetching method return an async iterator (using an async generator function) so that we can refactor it more easily for different outbox setups.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

3 participants