Revert "feat: rename product to Screened, add PRODUCT_NAME constant to domain"

This reverts commit f2e3a876dc.
This commit is contained in:
2026-05-12 16:26:42 +02:00
parent f2e3a876dc
commit 00218366da
9 changed files with 26 additions and 31 deletions

View File

@@ -6,8 +6,6 @@ pub mod review_handler;
pub(crate) mod urls;
pub mod user_adapter;
use domain::PRODUCT_NAME;
// Re-export the generic base types that callers need
pub use activitypub_base::{
ActivityPubService, ApFederationConfig, ApObjectHandler, ApUser, ApUserRepository,
@@ -48,7 +46,7 @@ pub async fn wire(
}),
base_url.clone(),
allow_registration,
PRODUCT_NAME.to_lowercase(),
"movies-diary".to_string(),
cfg!(debug_assertions),
)
.await?,