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
    1 Posts
    6 Views
    I've made it so that when someone deletes their own post it is still viewable, including the comments. The post author and body will NOT be visible. Deleted posts will not show up in communities, search results, etc just as before - you need the URL of the post to get to it. Bookmark a deleted post within 7 days or it will be deleted for real. [image: 1olGBQ7vwolXKNa.png] Ask your instance admin to upgrade to v1.4.4. Chances are they'll be on 1.4.x already so this will be easy for them.
  • 0 Votes
    27 Posts
    40 Views
    rimu@piefed.social when the question is federated outward, is it of type of question? 😛 kariboka@mastodon.social
  • 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.
  • Piefed community tags

    Technical Discussion piefed
    8
    0 Votes
    8 Posts
    74 Views
    Another tricky aspect of this is different clients have all kinds of different designs and colors so depending on the situation the tags could look garish and crazy. But on the other hand a bit of crazy is fun.