refactor(activitypub): ThoughtsObjectHandler uses ActivityPubRepository port, drops postgres dep

This commit is contained in:
2026-05-14 10:58:25 +02:00
parent e0b0a71f1d
commit 4ae3af8086
2 changed files with 73 additions and 99 deletions

View File

@@ -7,8 +7,6 @@ edition = "2021"
activitypub-base = { workspace = true }
activitypub_federation = "0.7.0-beta.11"
domain = { workspace = true }
postgres = { workspace = true }
sqlx = { workspace = true }
url = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }