@dentangle @onepict @julian @julian i agree, but that's technically a different issue: currently there is no support for the discoverable/indexable flags.

rairii@labyrinth.zone
@rairii@labyrinth.zone
Posts
-
Can anyone tell me what is #NodeBB and why is it scraping and republishing fediverse content without consent? -
Can anyone tell me what is #NodeBB and why is it scraping and republishing fediverse content without consent?@dentangle @julian @julian @onepict indeed - https://docs.nodebb.org/activitypub/visibility/
"NodeBB does not differentiate between these separate states. Follower collections are ignored, and unlisted/quiet objects are considered fully public posts in NodeBB."
the first thing, looking at the code to try to confirm -> followers-only posts will just get discarded I think?
but yes, to nodebb, unlisted == public: https://github.com/NodeBB/NodeBB/blob/83a55f6adcd246920ba08415dcdf46505503c4a4/src/activitypub/inbox.js#L38-L42
(public address in cc means unlisted, this is treated as same as public) -
Can anyone tell me what is #NodeBB and why is it scraping and republishing fediverse content without consent? -
Can anyone tell me what is #NodeBB and why is it scraping and republishing fediverse content without consent?@onepict @dentangle all the posts coming in is because of a follow relationship. from what I can tell, all the posts coming into community.nodebb.org is because their main activitypub dev has ~250 accounts on their follows list -
Can anyone tell me what is #NodeBB and why is it scraping and republishing fediverse content without consent?@onepict @dentangle yeah it implements activitypub so people can remote follow and every post that comes in goes into "uncategorised" as i understand it