"Shares" now tracked and shown in profile
-
ActivityPub introduced to NodeBB the concept of sharing/announcing/boosting, and we enthusiastically supported this as a method of content discovery.
While we were processing these activities (and publishing our own), we weren't actively tracking them internally. That has changed in the latest commits (soon to be RC5); shared content from both local and remote users are tracked internally and can be viewed in the user profile.
For example, here is c/comicstrips from lemmy.world. As it is a Lemmy community, it only shares content, and does not produce any of its own.
Here is a quick recap of how sharing is handled in NodeBB:
- When remote users boost/repost content, NodeBB interprets this as a share.
- When local NodeBB admins move topics out of "uncategorized" and into a category, it is interpreted as a share and this activity is federated out to the admin's followers.
At this time unprivileged users cannot share content.
-
>As it is a Lemmy community, it only shares content, and does not produce any of its own.
Is NodeBB different? I follow a category on your server and it seems to be doing the same thing as Lemmy (except your implementation announces not only a top level post but replies too)
-
-
@[email protected] that's a good point. Both Lemmy and NodeBB implemented FEP 1b12, which is why those category/community actors share content.
So yes, NodeBB's category actors also only share content, and don't produce any of their own.
-
-
-
-
-
-