mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-19 07:58:46 +01:00
Fix schema of whoami response
This commit is contained in:
@@ -1004,7 +1004,7 @@ export type GetSenderCertificateResultType = Readonly<{ certificate: string }>;
|
||||
|
||||
const whoamiResultZod = z.object({
|
||||
uuid: z.string(),
|
||||
pni: z.string(),
|
||||
pni: untaggedPniSchema,
|
||||
number: z.string(),
|
||||
usernameHash: z.string().nullish(),
|
||||
usernameLinkHandle: z.string().nullish(),
|
||||
|
||||
Reference in New Issue
Block a user