@nhl.pl je ne pas parlez francais ๐ฌ
julian
@[email protected] good question! The threadiverse can be considered that software, plus other threaded-style software like NodeBB and Discourse. The working group includes members from most of those, in an effort to promote our own priorities forward to the fediverse at large ๐
@Kichae I'm not seeing an issue (although I haven't done exhaustive testing) between my test instance and this site.
Can you let me know one of your federating categories, so I can try to set up a sync?
@[email protected] yes, Lemmy has a local representation of this category, and sends the post here. I see that it's addressed to the category and automatically slot it in
@[email protected] said in Is ActivityPub too complicated?: > Mainly wanted to sync remote group actors to a category for organizational purposes.
Yeah that's a great use case, and definitely what it ought to be used for. Let me look into nodebb-to-nodebb folllowing, that definitely should be working!
I opened an issue on Lemmy's repo
https://github.com/LemmyNet/lemmy/issues/5354
The thing is, what is the actual end-result you're looking for? It sounds like you want stuff from a remote lemmy community to be sent to your NodeBB. If that's the case, you could just follow the community as a user. Search for [email protected]
(for example) in the search bar, and once you follow the community, you will start seeing those posts in your /world
feed.
The category synchronization options are for if you want to see a Lemmy community's posts in a category of your own. Might be that's what you want too.
But at present Lemmy doesn't support it :)
The logic is a little tricky to get right because there's a set sequence of steps that needs to happen in order for the group sync to succeed.
For example, between NodeBB and Lemmy:
- NodeBB admin tries to follow a Lemmy community
- NodeBB marks the follow as pending
- Lemmy records NodeBB as a follower
- Lemmy community tried to send an Accept back
- NodeBB marks the follow as established.
If steps 1-3 succeed but 4-5 fail, then posts might be sent to NodeBB, but NodeBB will silently drop them because they're not addressed to anyone it thinks is following the sender.
@freamon thanks for the heads up about lemmy's accept shenanigans, I'll take that into account... or maybe ask Felix about it.
@arachnibot @FrankM
@arachnibot happy to take a closer look, since the category sync functionality should be working but might have broken in the interim during development.
Can you let me know the Lemmy community you're trying to follow from your instance?
@[email protected] just mention the category actor in a new post and NodeBB will associate it with the category ๐
@freamon v4.0.1 contains this fix.