this post was submitted on 29 Jun 2023
1 points (100.0% liked)

bless this jank

104 readers
1 users here now

post instance suggestions and complaints here

founded 1 year ago
MODERATORS
 

post an image you want to see as the logo in the upper left (and other instances will probably see when we federate)

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 1 year ago (1 children)

does lemmy do banners/flair?

my thinking is that some accounts could be given flair (e.g. promptfan, etc) - since it could show up on their replies even after they get shown the door and then other readers may be sufficiently warned

[–] [email protected] 3 points 1 year ago (1 children)

I would love this but unfortunately lemmy doesn’t have it yet. it’s not even a complex feature to implement locally though — maybe federating the data is a bit more complex, but my gut says it could just be a new field on each ActivityPub person. permissions on who could assign flairs and scoping to communities is possibly a bit more complicated, but it’s all pretty solvable in general

and now I kind of want to do it

[–] [email protected] 3 points 1 year ago (1 children)

yeah nfi what activitypub looks like, I've so far still managed to avoid having to stare into that abyss. I could conceptually see a possible issue on the federated side for resolving whatever may be in that field, but dunno if that's not something that's already provided for at protocol. indeed quite easy locally

[–] [email protected] 3 points 1 year ago

ideally it should ignore fields it doesn’t already know for forward compatibility, though a lot about how lemmy works is pretty far from ideal