You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered:
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
Note
s into their timelines.The text was updated successfully, but these errors were encountered: