Delete instance when /actor/inbox responds with 410 gone
Open
- Dominant language
- Rust
- Stars
- 110
- Forks
- 11
- PR merge metrics
- No merged PRs in 30d
Description
When a mastodon instance is deleted, it responds on / and /actor/inbox with 410 gone. Those should be deleted immediately.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the code that handles requests to / and /actor/inbox and maps a 410 Gone response from an instance. Trace how instance deletion is currently triggered, then verify that either endpoint causes immediate deletion when it returns 410 and that existing behavior for other responses remains unchanged.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- api, backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100