feat(backend): wire FeedRequest/FeedOptions sort+filter through all feed layers

This commit is contained in:
2026-05-28 23:45:46 +02:00
parent 95728302b7
commit 0688ffe0ae
6 changed files with 197 additions and 86 deletions

View File

@@ -882,7 +882,7 @@ impl RemoteActorConnectionRepository for TestStore {
impl FeedRepository for TestStore {
async fn query(
&self,
_q: &crate::ports::FeedQuery,
_req: &crate::ports::FeedRequest,
) -> Result<Paginated<FeedEntry>, DomainError> {
Ok(Paginated {
items: vec![],