From f9c480410ed3fa78b530b555e454eb21a022a301 Mon Sep 17 00:00:00 2001 From: Alexander Cerutti Date: Thu, 9 Jan 2025 00:24:17 +0100 Subject: [PATCH] Changed eventLiveMessage comment --- src/schemas/Semantics.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/schemas/Semantics.ts b/src/schemas/Semantics.ts index e941973..dd6b2e9 100644 --- a/src/schemas/Semantics.ts +++ b/src/schemas/Semantics.ts @@ -209,9 +209,9 @@ export interface Semantics { /** * For newly-introduced event tickets * in iOS 18 - * - * This seem to exists but it is not - * known yet what it does... + * + * Shows a message in the live activity + * when the activity starts. */ eventLiveMessage?: string; @@ -428,9 +428,9 @@ export const Semantics = Joi.object().keys({ /** * For newly-introduced event tickets * in iOS 18 - * - * This seem to exists but it is not - * known yet what it does... + * + * Shows a message in the live activity + * when the activity starts. */ eventLiveMessage: Joi.string(),