mirror of
https://github.com/immich-app/immich
synced 2026-08-22 13:13:05 +00:00
fix(server): assets not shown if partner timeline disabled
This commit is contained in:
parent
ac3eea80d2
commit
6cd33de1bb
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ export class TimelineService extends BaseService {
|
|||
const partnerIds = await getMyPartnerIds({
|
||||
userId: auth.user.id,
|
||||
repository: this.partnerRepository,
|
||||
timelineEnabled: true,
|
||||
timelineEnabled: dto.bbox === undefined, // ignore this option in map view
|
||||
});
|
||||
userIds.push(...partnerIds);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue