Skip to content

Piero Bosio Social Web Site Personale Logo Fediverso

Social Forum federato con il resto del mondo. Non contano le istanze, contano le persone

If #Funkwhale is #federated and uses #ActivityPub then why do I need an account?

Uncategorized
2 2 19

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • Probando snac en debian.

    General Discussion activitypub mastodon snac
    1
    0 Votes
    1 Posts
    8 Views
    Probando snac en debian. Esto sí que es autarquía. Ya ni siquiera se trata de Mastodon, o de elegir alguna instancia, sino de optar por su lenguaje, ActivityPub, o de montar instancia propia, nómada, itinerante, en algún cacharro electrónico reciclado.#ActivityPub #Mastodon #snac
  • 0 Votes
    20 Posts
    53 Views
    @davew @pfefferle Ha! Yeah, it's a mind bender alright!At least the Spam aspect shouldn't be a concern with all the back-and-forth to even allow quote posts.The way I look at it is integrating an ActivityPub concept with a blogging concept that's already familiar to WP users.
  • 0 Votes
    1 Posts
    13 Views
    Mastodon has a concept called "pinned statuses", which is a special collection attached to a Person actor. https://docs.joinmastodon.org/spec/activitypub/#featured It wasn't readily known how this collection is updated and federated (not without code achaeology), but claire@social.sitedethib.com recently shared some additional info :smiley: The actor itself will issue an Add activity targeting the collection with the status in object. This activity is sent to all followers of the actor. No activity is sent if the actor has no remote followers. A Remove is sent when a pinned post is unpinned. This is what the Add looks like: { "@context": "https://www.w3.org/ns/activitystreams", "type": "Add", "actor": "https://example.org/users/testUser", "target": "https://example.org/users/testUser/collections/featured", "object": "https://example.org/users/testUser/statuses/115266412340579560" } The corresponding Remove is identical except for type, which is of course, Remove.
  • 0 Votes
    19 Posts
    42 Views
    @pfefferle @julian @johnonolan @heathenstorm so I just tested this... I updated an old blog post (from 2023) before the site was ever federated... and it just popped up in my Mastodon feed (see photo) as if I had just published it...The blog has all the latest versions of plugins installed (ActivityPub for Wordpress included).original link: https://therealists.org/2023/04/aligning-our-life-goals-with-our-technology-use/