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
  • Communities not existing on all instances is a big problem.

    Fediverse fediverse
    23
    0 Stimmen
    23 Beiträge
    6 Aufrufe
    julian@community.nodebb.orgJ
    Yes. When the reply is posted to C, it is sent to A. A then sends as:Announce to C, as well as any other communities that follow it. B seems to be irrelevant here.
  • Why is data congregation so hard on Mastodon?

    Fediverse fediverse
    9
    0 Stimmen
    9 Beiträge
    51 Aufrufe
    julian@community.nodebb.orgJ
    Thanks! It's something that I personally feel is more performant and future proof for other important things like private discussions (which Mastodon also doesn't support natively yet — mention spamming doesn't count.)
  • Organizers Log:

    ActivityPub Test Kategorie deso fedicon fediorigami fediverse
    2
    1
    0 Stimmen
    2 Beiträge
    73 Aufrufe
    julian@community.nodebb.orgJ
    reiver@mastodon.social that's the first time I've seen the FediOrigami logo, looks neat!
  • 0 Stimmen
    9 Beiträge
    211 Aufrufe
    julian@community.nodebb.orgJ
    I suppose you're right in a way. The context owner is not supposed to be set by someone other than the context owner. It's a fallback mechanism intended for better compatibility with Mastodon. When a group is addressed and it is one of the local NodeBB categories, it will assume control If it is another group that it knows about but isn't same origin to the author, then no category is assumed.
  • 0 Stimmen
    3 Beiträge
    124 Aufrufe
    julian@community.nodebb.orgJ
    @renchap@oisaur.com how does RFC9421 differ from Mastodon's existing support for HTTP Signatures? Does this mean you're moving away from cavage-12? That's important to know, and if you're looking for an implementor to handle double-knocking, that is something I can put together for you.. we don't do it at current.
  • 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.
  • 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
  • 1 Stimmen
    7 Beiträge
    135 Aufrufe
    julian@community.nodebb.orgJ
    @eeeee I believe LemmyBB was a proof-of-concept, to show that Lemmy as it existed back then was able to be represented in the front-end as a tradtional forum. But also, nutomic (who may have made LemmyBB? not sure.) is a busy person who has a day job and doesn't work on lemmy full-time