Support device name change sync message
This commit is contained in:
parent
1c4e7bc85d
commit
96de2c2a38
9 changed files with 190 additions and 12 deletions
|
@ -493,6 +493,12 @@ export class CallLinkUpdateSyncEvent extends ConfirmableEvent {
|
|||
}
|
||||
}
|
||||
|
||||
export class DeviceNameChangeSyncEvent extends ConfirmableEvent {
|
||||
constructor(confirm: ConfirmCallback) {
|
||||
super('deviceNameChangeSync', confirm);
|
||||
}
|
||||
}
|
||||
|
||||
const messageToDeleteSchema = z.union([
|
||||
z.object({
|
||||
type: z.literal('aci').readonly(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue