Skip to content

As someone who has developed several #ActivityPub software implementations ([Fedify], [Hollo], [BotKit], and [Hackers' Pub]), I believe one of the most frustrating features to implement in the #fediverse is #custom_emoji.

ActivityPub Test Kategorie
43 9 476
  • What drew you to ActivityPub?

    ActivityPub activitypub dotsocial blogs
    5
    0 Stimmen
    5 Beiträge
    4 Aufrufe
    julian@community.nodebb.orgJ
    > Getting a critical mass of people to create yet another account was always a major obstacle. I see and have experienced this effect time and time again, and we're getting closer and closer to the point where the protocol implementations can abstract away the messy bits. Gaining critical mass among devs is the first step!
  • APx is finally available on crates.io / docs.rs

    ActivityPub Test Kategorie activitypub rust apx
    2
    0 Stimmen
    2 Beiträge
    36 Aufrufe
    julian@community.nodebb.orgJ
    silverpill@mitra.social nice job! Congratulations on the release now you must maintain it for free forever.
  • Missing project?

    ActivityPub Test Kategorie fediverse
    11
    0 Stimmen
    11 Beiträge
    151 Aufrufe
    julian@community.nodebb.orgJ
    m_f@discuss.online not directly, but there was a session at FediForum on Thursday that discussed the website and next steps for updating it. It's been stagnant for quite awhile but evan@cosocial.ca and j12t@j12t.social finally have write access to the repo and control of the domain.
  • Moving topics

    ActivityPub Test Kategorie forumwg activitypub
    6
    0 Stimmen
    6 Beiträge
    176 Aufrufe
    julian@community.nodebb.orgJ
    @trwnh@mastodon.social yes, it is in regards to audience no longer being sent out by Lemmy. While it's defined in 1b12 it seems to be ancillary now, so updating that property would mean Lemmy would need to add support for it back.. not the end of the world.
  • The fediverse has a bullying problem

    ActivityPub Test Kategorie fediverse
    6
    0 Stimmen
    6 Beiträge
    98 Aufrufe
    julian@community.nodebb.orgJ
    Let's clarify something here. Mastodon follower only posts don't have the "public pseudo user" addressed, do they? That's the important piece that this whole thing hinges upon If it is present, Mastodon is a fault. If not, Pixelfed messed up. No?
  • Live testing of remote categories

    ActivityPub Test Kategorie activitypub nodebbactivityp
    63
    2
    0 Stimmen
    63 Beiträge
    2k Aufrufe
    julian@community.nodebb.orgJ
    @pfefferle@mastodon.social just wanted to poke you about this issue again. The latest updates to NodeBB now do a webfinger backcheck to ensure that the actor has a valid webfinger entry for their purported handle. If it does not, then the user is not properly created. Mastodon also does this. This check is probably for security as well as for preventing handle collisions. The multilingual plugin in conjunction with the ActivityPub plugin creates users that share the same handle, and that causes issues with federated content. For example, this article by @jonvt@vivaldi.com will load up just fine in Mastodon, but this japanese article by @akira@vivaldi.com will not, because that second article's attributedTo is https://vivaldi.com/ja/?author=176, which fails that check (the author's ID is actually https://vivaldi.com?author=176 as per the handle backcheck) cc @AltCode
  • Live testing of remote categories

    ActivityPub Test Kategorie activitypub nodebbactivityp
    1
    2
    1 Stimmen
    1 Beiträge
    35 Aufrufe
    Niemand hat geantwortet
  • Peertube....

    ActivityPub Test Kategorie peertube activitypub
    12
    1
    0 Stimmen
    12 Beiträge
    235 Aufrufe
    julian@community.nodebb.orgJ
    @mario@hub.somaton.com thanks, I tested that payload and it successfully edited the post, so at least from the payload point of view there is no issue. Perhaps there is a problem with the http signature on update? Is that handled differently than a create?