I was thinking about this recently… By going to a federated system, one that essentially copies all of your content from one instance to another, when you delete a comment, does that comment get deleted on every instance? Is that even possible?
I was thinking about this recently… By going to a federated system, one that essentially copies all of your content from one instance to another, when you delete a comment, does that comment get deleted on every instance? Is that even possible?
Not just posts. Any message you are sending to anyone is unencrypted and can easily be looked at by instance owners.
Unextended ActivityPub makes it so that everything is shared without privacy, any operation is “best-effort” and also depends on the goodwill of the target (ie: a server could refuse all delete on purpose or refuse to deliver messages/posts without any hints)
To be fair, this is how almost every social media site works. If you really need private comms away from all prying eyes, it’d be better to exchange email/pgp, matrix, or xmpp details through an ostensibly “private” message (i.e not a comment) here (or wherever) and do your super secret stuff there. That of course isn’t perfect as they can save the logs and all so if they’re compromised at any point it is possible to be an issue, but whaddayagonnado. Depends on your threat model anyway.
It’s also possible that you can use pgp here (though that also lacks forward secrecy), but I haven’t tested it. You’d likely have to use three of these ` to
indicate code
for it to format correctly though.Still though, such is life for social media, assume nothing is private unless you make it so, and even then hope that stays uncracked.