pub fn service() -> ScopeExpand description
Creates a scope at “/u” containing all the actor endpoints - actors’ inboxes, outboxes, activities, notes.
POSTable endpoints:
/u/<user>: register/u/<user>/inbox.json: post_inbox/u/<user>/outbox.json: post_outbox
GETable endpoints (ActivityPub object ids) are all routed to get_ap_object:
/u/<user>/u/<user>/inbox.json/u/<user>/outbox.json/u/<user>/activities/<snowflake id>/u/<user>/notes/<snowflake id>