this post was submitted on 11 Sep 2025
73 points (94.0% liked)

Fediverse memes

2063 readers
3 users here now

Memes about the Fediverse.

Rules

General
Specific

Elsewhere in the Fediverse

Other relevant communities:

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] Coelacanth@feddit.nu 3 points 3 weeks ago (2 children)

Is the flair implementation made in a way that Lemmy could add compatibility for it down the line?

[–] wjs018@piefed.social 10 points 3 weeks ago

At the moment it would not be interoperable, but that is something we are planning to change once we can start testing it. Last time I checked, the lemmy test server wasn't yet running a build that had post flair yet. As soon as it is, we would want to make sure that Activitypub messages we send have the same structure.

[–] flamingos@feddit.uk 6 points 3 weeks ago

Piefed's implementation is based off how Lemmy does it. Though, how Lemmy does it has changed.

Looking at the Lemmy implementation, I see it added a custom display_name field instead of the preferredUsername/name dynamic you'd normally use for Objects, ugh.