From 0ee8510cea588480f8c7bdd8b973b44e1d933605 Mon Sep 17 00:00:00 2001 From: fkwp Date: Wed, 13 May 2026 17:46:58 +0200 Subject: [PATCH] prettier --- src/analytics/PosthogEvents.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/analytics/PosthogEvents.ts b/src/analytics/PosthogEvents.ts index 0252c0aa..56ca08af 100644 --- a/src/analytics/PosthogEvents.ts +++ b/src/analytics/PosthogEvents.ts @@ -304,7 +304,7 @@ export type CallReconnectingReason = interface CallReconnecting extends IPosthogEvent { eventName: "CallReconnecting"; - // the callId posthog key is essentially a Matrix roomId + // the callId posthog key is essentially a Matrix roomId callId: string; reason: CallReconnectingReason; reconnectDuration: number;