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

Implement ActivityPub Outbox endpoint #906

Open
pixeldesu opened this issue Jan 2, 2023 · 0 comments
Open

Implement ActivityPub Outbox endpoint #906

pixeldesu opened this issue Jan 2, 2023 · 0 comments
Labels
suggestion Suggestion to add a new feature or improve a current one

Comments

@pixeldesu
Copy link
Member

In order to send out/present activities to the fediverse we need to implement an Outbox endpoint. This should probably reside under /users/:username/outbox.

Specification: https://www.w3.org/TR/activitypub/#outbox

As an initial milestone, we plan to only support a Pub model (instead of PubSub), so the main feature would be that people can follow us to receive answers as Notes into their timelines.

@pixeldesu pixeldesu added the suggestion Suggestion to add a new feature or improve a current one label Jan 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
suggestion Suggestion to add a new feature or improve a current one
Projects
Development

No branches or pull requests

1 participant