mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
feat(mobile): show local gallery in guest mode before login
This commit is contained in:
@@ -56,6 +56,8 @@ class TimelineFactory {
|
||||
TimelineService localAlbum({required String albumId}) =>
|
||||
TimelineService(_timelineRepository.localAlbum(albumId, groupBy));
|
||||
|
||||
TimelineService allLocal() => TimelineService(_timelineRepository.allLocal(groupBy));
|
||||
|
||||
TimelineService remoteAlbum({required String albumId}) =>
|
||||
TimelineService(_timelineRepository.remoteAlbum(albumId, groupBy));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user