ActivityPub

0 readers
14 users here now

Focused discussion related to ActivityPub integration in NodeBB

founded 2 days ago
1
 
 

767e2ed4-8089-40ab-92a8-7fb2204b20bd-image.png

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?

2
 
 

For some reason, I'm unable to view the profile page of certain remote accounts here at community.nodebb.org.

So far, I've only noticed it with some accounts from my Mastodon instance - particularly, my own account, @AltCode@social.vivaldi.net, and the @Vivaldi@social.vivaldi.net account, which should be viewable at https://community.nodebb.org/user/altcode@social.vivaldi.net and https://community.nodebb.org/user/vivaldi@social.vivaldi.net respectively. Instead, trying to go to either of those profile pages produces a 404 error; it's weird though, because these accounts used to work fine before.

Sorry if this is the wrong place to report this. I considered creating an issue on the GitHub repo, but at the moment I have no idea if it can affect accounts from other instances (let alone, other activitypub software), or only those from social.vivaldi.net.

3
 
 

Looking through my logs it seems that NodeBB doesn't have any defined User Agent for it's ActivityPub requests.

Mastodon has Mastodon/<version> (athing; +https://<websitehere>) Friendica has Friendica/<version> +https://<website>

And many more other federated software have similar things. But when looking through my web request logs I'm not seeing any specific User Agent for NodeBB forums. The only one in fact that I've found which might be NodeBB is node-fetch.

I'm asking simply because I have a tool that monitors specifically for ActivityPub requests from various clients. And I'd like to be able to track NodeBB ActivityPub requests as well, but I'm not seeing how at the moment.

4
 
 

Will this work?