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
- Be respectful
- Post on topic
- No bigotry or hate speech
- Memes should not be personal attacks towards other users
Specific
- We are not YPTB. If you have a problem with the way an instance or community is run, then take it up over at !yepowertrippinbastards@lemmy.dbzer0.com.
- Addendum: Yes we know that you think ml/hexbear/grad are tankies and or .world are a bunch of liberals but it gets old quickly. Try and come up with new material.
Elsewhere in the Fediverse
Other relevant communities:
- !fediverse@lemmy.world
- !yepowertrippinbastards@lemmy.dbzer0.com
- !lemmydrama@lemmy.world
- !fediverselore@lemmy.ca
- !bestofthefediverse@lemmy.ca
- !fedigrow@lemmy.zip
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Is the flair implementation made in a way that Lemmy could add compatibility for it down the line?
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.
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 thepreferredUsername
/name
dynamic you'd normally use for Objects, ugh.