|
I'm not entirely clear on how Bridgy Fed handles these activities currently. If I'm not mistaken, a It seems Mastodon at least understands |
Replies: 1 comment 3 replies
|
Funny, we've actually moved the opposite way on actor deletes. Up until a week ago, we translated an AP If someone removes @bsky.brid.gy@bsky.brid.gy as a follower, and their instance sends an |
Funny, we've actually moved the opposite way on actor deletes. Up until a week ago, we translated an AP
Deleteof an actor into a Bluesky#tombstoneof the repo, which couldn't be undone. We switched to#account active=falsein #1130 to allow it to be undone. I think both flush the repo from the AppView, and re-activating re-fetches it withgetRepoetc, but afaik those are implementation details, not strictly specified by the protocol.If someone removes @bsky.brid.gy@bsky.brid.gy as a follower, and their instance sends an
Undo-Accept-Follow, you're right, we could consider that as also deactivating the bridge. Probably belongs in #1335. I wouldn't expect that to change whereDeletes for …