@nhl.pl je ne pas parlez francais 😬
Co-Founder (NodeBB) | Husband 🤷♂️ and Dad 🙉 to three | Rock Climber 🧗♂️ | Foodie 🥙 | Conductor 🎵 | Saxophonist 🎷
✅ Small teams craft better code.
🗨️ Federating NodeBB with funding from NLNet ♥️🇪🇺
@nhl.pl je ne pas parlez francais 😬
@m_f@discuss.online 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 🙂
@rsolva HN should federate so I can respond to the comments here 🤣
@fxomt@lemm.ee this summary is gold.
@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?
@projectmoon@forum.agnos.is careful with that though, not all tags are the same, some have a higher signal-to-noise ratio, but others would just be filled with garbage 😬
@projectmoon@forum.agnos.is 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
@projectmoon@forum.agnos.is thanks for the suggestion, that’s definitely something I’d want to consider.
Sort of a post queue for federated content that needs automatic or manual review before it is automatically slotted in a category.
Is currently outstanding: https://github.com/LemmyNet/lemmy/issues/5354
You should be able to do this, although I may have to double check the logic. There have been reports that it is not working as expected.
@arachnibot@nodebb.arachnibot.com 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 technology@lemmy.ml
(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 :)
@phenomlab @cagatay long story short, it works, but this community is running NodeBB v4.1, which is slightly different. Should all work fine once v4.1 is released and everybody updates.
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:
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?
@scott@loves.tech looks like you found a bug!
@scott@loves.tech just mention the category actor in a new post and NodeBB will associate it with the category 🙂
@tankerkiller125 @andrew@pythag.net NodeBB will report the hostname in the next version.
@phenomlab@sudonix.org are you going to just reply remotely from your forum from now on 🤣
@freamon you got it all!
In addition, at least on NodeBB, when you tag someone remotely, the full handle appears (e.g. @nodebb@fosstodon.org)
You can tell local users from remote users in topics because they don’t have a status (online, away, dnd, etc.)… They just have a little :globe_with_meridians: icon next to their avatar.
@freamon v4.0.1 contains this fix.