ActivityPub user and category outboxes coming soon
Up until today, when you queried a NodeBB user or category's outbox, you would receive an empty OrderedCollection. This was done because the property's inclusion in the actor object was required, but it was not immediately apparent in 2024 how many people utilised this property. Thus it was easier to just send the empty outbox and pursue more urgent functionality.
While sending that empty outbox has not broken any implementations, but it has come to my attention that a few (read: more than 1) other implementors already do, or plans to, read from an actor outbox for backfill purposes.
The upcoming NodeBB v4.10.0 will contain an outbox populated by the contributions by that user or category.
Here's how that works...[...]
https://community.nodebb.org/post/106837