mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
feat: sync memories (#19579)
This commit is contained in:
parent
97aabe466e
commit
6feca56da8
31 changed files with 1482 additions and 203 deletions
|
|
@ -13,7 +13,7 @@ import {
|
|||
UserAvatarColor,
|
||||
UserStatus,
|
||||
} from 'src/enum';
|
||||
import { OnThisDayData, UserMetadataItem } from 'src/types';
|
||||
import { UserMetadataItem } from 'src/types';
|
||||
|
||||
export type AuthUser = {
|
||||
id: string;
|
||||
|
|
@ -95,7 +95,7 @@ export type Memory = {
|
|||
showAt: Date | null;
|
||||
hideAt: Date | null;
|
||||
type: MemoryType;
|
||||
data: OnThisDayData;
|
||||
data: object;
|
||||
ownerId: string;
|
||||
isSaved: boolean;
|
||||
assets: MapAsset[];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue