Remove following resolve endpoint #78
Labels
No labels
activitypub
admin
api
articles
auth
bug
cleanup
cli
comments
compatibility
config
contacts
database
deployment
design
dev-env
docs
documentation
email
enhancement
feature
federation
feed
homepage
implementation
integration
media
openapi
priority:high
priority:low
priority:medium
proof
public-routes
public-ui
release
safety
social
sources
status:active
status:canceled
status:done
status:inprogress
status:waiting
syndication
tailwind
template
test
web
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
erik/slugkit#78
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Goal
Remove the standalone following target resolution endpoint until Slugkit has decided whether target resolution should be exposed separately or only happen as part of creating a follow.
Requirements
POST /api/v1/following/resolvefrom the implementation.following.resolvefrom the OpenAPI document.POST /api/v1/followingresponsible for accepting a follow target and returning the created pending following record.Acceptance criteria
POST /api/v1/following/resolveis no longer routed.following.resolve.Dependencies
Synced from todu comment by @todu on 2026-06-01T18:32:20.138Z
Review update
make check,./scripts/pre-pr.sh, and Forgejo CICI / build-lint-test (pull_request)passed.Synced from todu comment by @todu on 2026-06-01T18:44:12.246Z
Completed
POST /api/v1/following/resolveroute.following.resolvefrom OpenAPI and API/CLI specs.POST /api/v1/following.make check,./scripts/pre-pr.sh, and passing Forgejo CI.main.