feat: Implement album and person sharing with user search and a dedicated share dialog.
This commit is contained in:
@@ -96,4 +96,8 @@ impl UserService for UserServiceImpl {
|
||||
.await?
|
||||
.ok_or(CoreError::NotFound("User".to_string(), user_id))
|
||||
}
|
||||
|
||||
async fn search_users(&self, query: &str) -> CoreResult<Vec<User>> {
|
||||
self.repo.search_users(query).await
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user