fix: There is a uuid on IMedia now

Fixes #1767
This commit is contained in:
Massedil
2025-06-09 22:10:16 +02:00
parent 3d80ebadde
commit 54844133cd
5 changed files with 7 additions and 7 deletions

View File

@@ -46,7 +46,7 @@ interface IEventEditJSON {
joinOptions: EventJoinOptions;
externalParticipationUrl: string | null;
draft: boolean;
picture?: IMedia | { mediaId: string } | null;
picture?: IMedia | { mediaUuid: string } | null;
attributedToId: string | null;
organizerActorId?: string;
onlineAddress?: string;