mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Fix wrong ringerId in auto-ended remote call
This commit is contained in:
@@ -79,6 +79,7 @@ export type CallDetails = Readonly<{
|
||||
export type CallEventDetails = CallDetails &
|
||||
Readonly<{
|
||||
event: CallEvent;
|
||||
eventSource: string;
|
||||
}>;
|
||||
|
||||
export type CallHistoryDetails = CallDetails &
|
||||
@@ -145,6 +146,7 @@ export const callDetailsSchema = z.object({
|
||||
|
||||
export const callEventDetailsSchema = callDetailsSchema.extend({
|
||||
event: callEventSchema,
|
||||
eventSource: z.string(),
|
||||
}) satisfies z.ZodType<CallEventDetails>;
|
||||
|
||||
export const callHistoryDetailsSchema = callDetailsSchema.extend({
|
||||
|
||||
Reference in New Issue
Block a user