mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-18 23:49:20 +01:00
Emojify note and add non-nickname tooltip
This commit is contained in:
@@ -19,7 +19,7 @@ import { strictAssert } from '../util/assert';
|
||||
const formSchema = z.object({
|
||||
nickname: z
|
||||
.object({
|
||||
givenName: z.string(),
|
||||
givenName: z.string().nullable(),
|
||||
familyName: z.string().nullable(),
|
||||
})
|
||||
.nullable(),
|
||||
|
||||
Reference in New Issue
Block a user