feat: emit OutboundFollowAccepted when remote accepts our follow

v0.4.2 — consumers can now react to outbound follow acceptance
(e.g. import_remote_outbox to backfill). Previously the accept
handler silently updated the DB with no event for consumers.
This commit is contained in:
2026-07-10 16:59:46 +02:00
parent 9355f20616
commit f461f633b3
5 changed files with 37 additions and 4 deletions

2
Cargo.lock generated
View File

@@ -1368,7 +1368,7 @@ dependencies = [
[[package]]
name = "k-ap"
version = "0.4.0"
version = "0.4.2"
dependencies = [
"activitypub_federation",
"anyhow",