mirror of
https://github.com/immich-app/immich.git
synced 2025-12-01 22:09:46 +09:00
fix(mobile): Showing videos of partner in search page quick links (#18855)
Add userId to the contact of the timeline interface method watchAllVideosTimeline and modify the query in the repository
This commit is contained in:
@@ -14,7 +14,7 @@ abstract class ITimelineRepository {
|
||||
Album album,
|
||||
GroupAssetsBy groupAssetsBy,
|
||||
);
|
||||
Stream<RenderList> watchAllVideosTimeline();
|
||||
Stream<RenderList> watchAllVideosTimeline(String userId);
|
||||
|
||||
Stream<RenderList> watchHomeTimeline(
|
||||
String userId,
|
||||
|
||||
Reference in New Issue
Block a user