feat(worker): handle FetchRemoteActorPosts — fetch and store remote outbox notes

This commit is contained in:
2026-05-14 22:23:20 +02:00
parent f3c3637ade
commit dc3afeca26
3 changed files with 74 additions and 4 deletions

View File

@@ -11,6 +11,8 @@ uuid = { workspace = true }
chrono = { workspace = true }
sha2 = "0.10"
hex = "0.4"
tracing = { workspace = true }
url = { workspace = true }
[dev-dependencies]
tokio = { workspace = true, features = ["full"] }