Messages are sent with a digital signature that only the original instance could craft.
30-something grey wolf therian and furry. Admin of yiffit.net lemmy instance and packmates.org mastodon instance.
Messages are sent with a digital signature that only the original instance could craft.
This might have to do with downtime on lemmy.world and lemmy.ml which prevented them from getting the request to delete the comment.
Panem et circenses to calm the masses and also to improve search results for the term ‘reddit’.
That looks like a risky picture to take. Yikes.
I’m really enjoying Jerboa. It stays lightweight and fast!
//German
Farbe=“#Neunundneunzigdoppelefdoppela;”
Testing.
Oh wait, this is a recent commit. Probably coming in the next version.
There’s currently no way to do this. It’s a planned feature though.
This is actually a genius idea on how to continue the protests after the 14th. Even if the blackout won’t last longer content creators should post content increasingly elswhere or additionally to reddit somewhere else and increase the viability of a replacement.
It should be a signature that is sent together with the ActivityPub Object. Yes, if the signature doesn’t match, the content, whether a post, comment, favorite, upvote, etc… should be dropped.
Here is the source code of the library that lemmy uses to handle incoming objects and you can see that it does a call to verify the signature of the actor:
https://docs.rs/activitypub_federation/latest/src/activitypub_federation/actix_web/inbox.rs.html#18-54