fix: import remote outbox on outbound follow accept (k-ap 0.4.2)

k-ap now emits OutboundFollowAccepted when remote accepts our follow.
Bridge maps it to FollowAccepted domain event. Worker handler looks up
the actor's outbox URL and calls import_remote_outbox. Previously the
accept was silent — no backfill happened, feed stayed empty.
This commit is contained in:
2026-07-10 17:02:14 +02:00
parent 12378c3649
commit 2de6690401
4 changed files with 45 additions and 9 deletions

6
Cargo.lock generated
View File

@@ -2892,9 +2892,9 @@ dependencies = [
[[package]]
name = "k-ap"
version = "0.4.1"
version = "0.4.2"
source = "sparse+https://git.gabrielkaszewski.dev/api/packages/GKaszewski/cargo/"
checksum = "03e39c04075b39960c329feba896a16aba37f0863669c28e7106b7cc45a9988d"
checksum = "4291cac43b119cce0be6e2ba8d85339f3f4c69b266cb7c00fb4cb179302b97e4"
dependencies = [
"activitypub_federation",
"anyhow",
@@ -6714,7 +6714,7 @@ version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
dependencies = [
"windows-sys 0.48.0",
"windows-sys 0.61.2",
]
[[package]]