feat: add FollowBackfillHandler to worker

This commit is contained in:
2026-05-13 01:34:04 +02:00
parent e92c6789d9
commit 20e70325c6
3 changed files with 28 additions and 2 deletions

View File

@@ -31,6 +31,7 @@ importer = { workspace = true }
image-converter = { workspace = true }
nats = { workspace = true, optional = true }
sqlx = { workspace = true }
async-trait = { workspace = true }
# Optional — database backends
sqlite = { workspace = true, optional = true }