this post was submitted on 19 Mar 2024
86 points (96.7% liked)
Fediverse
17683 readers
9 users here now
A community dedicated to fediverse news and discussion.
Fediverse is a portmanteau of "federation" and "universe".
Getting started on Fediverse;
- What is the fediverse?
- Fediverse Platforms
- How to run your own community
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
One thing I miss in activitypub is a verification system. This is most important for deletion. For example, when something is deleted on one instance, there's no way of knowing for sure if it will be deleted from other instances as well. An instance being down or malfunctioning can cause deletion to fail with no way to know* and try again for op.
*To know one would have to check every single subscribing instance. Trying to delete an already deleted item is obviously impossible
As far as Lemmy is concerned, there's been some work happening in regards to deletions. You can see in the pull requests on Github.
Do you mean verification to prove something is deleted?
Not just deleted, but yes, or a way to check
How can you verify you don't have something?
Not sure what you mean exactly
It's like saying "prove you don't own a poodle". How do you prove that? I can tell you I don't own a poodle... but how can you be sure?
No need to prove it, that's not my point
You can't be sure if something is deleted, because there is no way to prove you don't have something.
However, if you just want to check if the instance claims to have deleted something, you could probably just perform a GET request for the specific object as defined in the activitypub spec.