mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Removes groupv1 protos
This commit is contained in:
@@ -43,7 +43,6 @@ export const sendTypesEnum = z.enum([
|
||||
'blockSyncRequest',
|
||||
'configurationSyncRequest',
|
||||
'contactSyncRequest', // urgent because it blocks the link process
|
||||
'groupSyncRequest',
|
||||
'keySyncRequest', // urgent because it blocks the link process
|
||||
'pniIdentitySyncRequest', // urgent because we need our PNI to be fully functional
|
||||
|
||||
@@ -51,7 +50,6 @@ export const sendTypesEnum = z.enum([
|
||||
'blockSync',
|
||||
'configurationSync',
|
||||
'contactSync',
|
||||
'groupSync',
|
||||
'keySync',
|
||||
'pniIdentitySync',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user