-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Interopability With The Wider Fediverse #11
Comments
I see now that I was just using the API wrong and that there isn't much to be done from FChannel's side if other software wants to interop since the actor is a service-type actor. I will leave this open to ask if there is any interest in a patch for webfinger support since actor@instance is a pretty standard way to refer to things in AP. |
Hello, |
I think the question (aside from webfinger support) is more about how fchannel wants to handle messages from non-fchannel implementations. In most fedi software, an AP actor maps to a user, not a board. Fchannel will have to decide how to handle actors with the person type if you want to be interoperable. |
For pleroma we're sending The |
Hello, Ianodan it should be able to process both types of header |
You need to have it parsed, Go probably has librairies for this otherwise look into the RFCs but consider grabbing existing code.
Please, just forget about any The ~only relevant documentation for you is the Server-to-Server part at: https://www.w3.org/TR/activitypub/#outbox-delivery
Yes, your software grabs the urls in |
Ok thank you, that clears it up. Wasn't sure if other fedi servers such as Pleroma took different paths. I can discover the actors correct routes then. |
I think that Lemmy would be a better thing to target for thread imports ; pleroma/mastodon for importing replies to threads makes more sense than trying to build threads from pleroma/mastodon feeds. I would consider adding a mode where specific Pleroma conversation threads can be manually imported via web. See also https://github.com/153/fedichan -- Futaba frontend for Mastodon. There is currently no live demo, but I can set one up if you'd like :) |
Lemmy is a better target, I agree. I was going to start working on this like a month ago but as it turns out lemmy is a pain in the ass to set up even a dev environment so I never got around to it. |
Is there any interest in adding sufficient features to allow other AP software to play nice with FChannel? Ted Unangst's blog post "ActivityPub as it has been understood" is a good primer but from glancing through the Fchannel code it looks like the only things that would be needed are an endpoint to fetch the actor object and webfinger.
The text was updated successfully, but these errors were encountered: