Support device name change sync message

This commit is contained in:
trevor-signal 2024-12-09 13:22:15 -05:00 committed by GitHub
parent 1c4e7bc85d
commit 96de2c2a38
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 190 additions and 12 deletions

View file

@ -69,6 +69,7 @@ export const sendTypesEnum = z.enum([
'callEventSync',
'callLinkUpdateSync',
'callLogEventSync',
'deviceNameChangeSync',
// No longer used, all non-urgent
'legacyGroupChange',