feat(bootstrap): inject TagRepository into ThoughtsObjectHandler

This commit is contained in:
2026-05-16 02:52:58 +02:00
parent 3907ee1538
commit efa9bbc6e5
2 changed files with 2 additions and 0 deletions

View File

@@ -77,6 +77,7 @@ pub async fn build(cfg: &Config) -> Infrastructure {
Arc::new(PgActivityPubRepository::new(pool.clone())),
&cfg.base_url,
Some(event_publisher.clone()),
Arc::new(postgres::tag::PgTagRepository::new(pool.clone())),
)),
cfg.base_url.clone(),
cfg.allow_registration,