Skip to content

Piero Bosio Social Web Site Personale Logo Fediverso

Social Forum federato con il resto del mondo. Non contano le istanze, contano le persone

More reliably federating microblog responses

Technical Discussion
13 5 47

Gli ultimi otto messaggi ricevuti dalla Federazione
Post suggeriti
  • 0 Votes
    9 Posts
    31 Views
    > If it's some automated feature, I don't think it should be in the source property of the federated JSON in the first place. Thanks, it's this. Edit: oh interesting, I looked into it. We serve the absolute URL in HTML but not in markdown. I had no idea threadiverse apps read the markdown. Neat!
  • A Peak At Piefed

    PieFed Meta piefed webdev threadiverse fedihost rimu
    3
    1
    0 Votes
    3 Posts
    5 Views
    What's the secret to Rimu's speed? Piefed is young, so any accumulated technical debt doesn't interfere with new functionality... Yet... Sorry rimu@piefed.social, that time will come for you 😂
  • 📸 Dove condividere le foto?

    Uncategorized lemmy
    1
    1
    0 Votes
    1 Posts
    10 Views
    📸 Dove condividere le foto? Su Mastodon o su Pixelfed?La discussione nel @fediverso è infinita ma da oggi non serve più scegliere!Con #Lemmy abbiamo creato un ponte diretto tra le due piattaforme, tutti gli account possono ripubblicare automaticamente nel gruppo @foto di @diggita! 🚀Basta aggiungere questo tag ai post:👉 @foto@diggita.comE la foto apparirà anche nella timeline del gruppo e a tutti i suoi follower.✨ Un solo post, doppia visibilità.Provalo ora oppure segui la community su: @foto@diggita.com
  • 0 Votes
    6 Posts
    37 Views
    In general that's a good idea because you should never trust content coming from somewhere else (even in an S2S context) For reference, NodeBB literally sanitizes the bejeezus out of what it gets from anywhere. All classes are removed, all attributes are removed. I want it as close to semantic HTML as possible, and classes/attributes mean absolutely nothing because: I don't use the same CSS classes Attributes may not follow my own rules for when and where they are added. For example, Mastodon messes with any URL it federates out. It chops the anchor text in half, hides the rest behind invisible or something, and adds an ellipsis. invisible does something different in NodeBB, so there is a CSS conflict here. I strip everything and just show the URL as it was intended.