-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AP => AT: translate Delete
actor to delete instead of deactivate
#1464
Comments
Understood! Thanks for filing. I don't know much about deleting your account as a user on the main PDS, but I expect much of that behavior, eg any grace period, is on the PDS, not the appview. The only real levers we have for the relay/appview are |
I'm fairly sure |
It was #1119. Seems like that was much less definitive than I thought. |
Hah sorry yes #1119! I like the wrong one earlier. Sadly not official though, and doesn't confirm reversibility, data deletion, etc. I'll ask. |
Got a response: bluesky-social/atproto#2592 (reply in thread). Asked for something a bit more explicit; we'll see.
|
Delete
Delete
actor to delete instead of deactivate
Internally, I'd probably do this with a new, non-standard |
If I'm not mistaken, this regressed somewhat as part of the fix for #1130.
When Bridgy Fed receives a
Delete
for a currently or formerly(!) bridged account, it should mark the account as deleted towards Bluesky rather than just deactivating it, in order to fully purge content from Bluesky's cache.This process should also disassociate the AT DID from the AP account to an extent, so that a new DID is assigned when an account with the same
id
is bridged later on (after a timeout of ideally several days to account for AP activity shuffling and potentially bugfix operations).The Bluesky handle shouldn't necessary be invalidated immediately, but should be open to reassignment for the next bridged AP account with the same handle.
(Deletions have a grace period on Bluesky afaik, so destructive bugs in this function would still be fully recoverable for a few days at least. Longer deletion-durations may lose bridged posts and other activities on Bluesky.)
Related to #1462 (comment).
The text was updated successfully, but these errors were encountered: