Is ActivityPub too complicated?
-
I thought that if I entered a Fediverse address here, like '@FrankM@nrw.social,' it would follow that user, and their posts would then appear in the corresponding category.
But that's not happening. There's also no meaningful error message. The actor you see in the image probably appears because I entered an incorrect address.
Does this feature need to be enabled on the Fediverse instance 'nrw.social'?
Who can help?
-
frankm@community.nodebb.organtwortete an frankm@community.nodebb.org zuletzt editiert von
Thank you @rimu@piefed.ngrok.app , now it's getting clearer in my head. I have added "https://lemmy.world/c/technology" , actual status is pending.
How long does this take? Is it an automatic process, or is it manually approved by an admin? So many questions...
-
arachnibot@community.nodebb.organtwortete an frankm@community.nodebb.org zuletzt editiert von
@FrankM Running into the same problem on my end (2 days and it seems my follow to any group actors is stuck). Did you try to follow a non-group account when you got the 'null' actor on your list too? I get the feeling it's related to our endless pending on lemmy communities and such
-
julian@community.nodebb.organtwortete an arachnibot@community.nodebb.org zuletzt editiert von julian@community.nodebb.org
@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?
-
@julian
Thanks! Accidentally reset my database, but I was in the midst of trying the following group actors:anime@ani.social
rpgmemes@ttrpg.networkthese two were my big tests, @ttrpg@a.gup.pe didn't seem to work too, but I forgot to re-test it after I manually took the null follow out from the database.
Should also note that the first two managed to show up in my original /world when following from my admin account, so I'm fairly sure posts were federating in properly to that
-
julian@community.nodebb.organtwortete an arachnibot@community.nodebb.org zuletzt editiert von
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
-
Got it! Restored my database last night, but yeah it seems even a re-follow didn't get much to my category actor (outside of manually federating a share from my old mastodon)
Oh wait, I just realized I never shared the webfinger for the actor. mentioned below
@test@nodebb.arachnibot.com -
julian@community.nodebb.organtwortete an arachnibot@community.nodebb.org zuletzt editiert von
I opened an issue on Lemmy's repo
Allow `Group` type to subscribe to communities · Issue #5354 · LemmyNet/lemmy
Requirements Is this a feature request? For questions or discussions use https://lemmy.ml/c/lemmy_support Did you check to see if this issue already exists? Is this only a feature request? Do not put multiple feature requests in one issu...
GitHub (github.com)
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
-
@julian@community.nodebb.org Oh I think I get you? I Mainly wanted to sync remote group actors to a category for organizational purposes.
In my exact case it would be to collect foreign group actors together so me and my pals can have a more conglomerated niche feed (i.e the games category has posts from local and remote groups sharing stuff about games). Sort of like mastodon's lists, but with cleaner organization. (if you need a more practical example let me know!)
I've got lemmy instances working in my /world feed, so that's good news, at least. Though, it doesn't seem I can follow other nodebb categories with my testing ground either. (for instance, https://community.nodebb.org/category/30/activitypub responds with pending as well, even if the other actors are removed from the category's following requests)
Thank you either way! I know activitypub support been a big goal of yours, so I really appreciate all the hard work!
-
julian@community.nodebb.organtwortete an arachnibot@nodebb.arachnibot.com zuletzt editiert von
@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!