mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
fix(server): assets not shown if partner timeline disabled
This commit is contained in:
@@ -35,7 +35,7 @@ export class TimelineService extends BaseService {
|
|||||||
const partnerIds = await getMyPartnerIds({
|
const partnerIds = await getMyPartnerIds({
|
||||||
userId: auth.user.id,
|
userId: auth.user.id,
|
||||||
repository: this.partnerRepository,
|
repository: this.partnerRepository,
|
||||||
timelineEnabled: true,
|
timelineEnabled: dto.bbox === undefined, // ignore this option in map view
|
||||||
});
|
});
|
||||||
userIds.push(...partnerIds);
|
userIds.push(...partnerIds);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user