feat(presentation): wire SearchPort, /search returns thoughts + users

This commit is contained in:
2026-05-14 09:38:02 +02:00
parent 4eeaea2a14
commit b599047d98
4 changed files with 34 additions and 4 deletions

View File

@@ -15,6 +15,7 @@ pub struct AppState {
pub notifications: Arc<dyn NotificationRepository>,
pub remote_actors: Arc<dyn RemoteActorRepository>,
pub feed: Arc<dyn FeedRepository>,
pub search: Arc<dyn SearchPort>,
pub auth: Arc<dyn AuthService>,
pub hasher: Arc<dyn PasswordHasher>,
pub events: Arc<dyn EventPublisher>,