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;