internal: change password preprocessing step (#2347)
This commit is contained in:
@@ -2,6 +2,11 @@ export enum AsymmetricMessagePayloadType {
|
||||
ContactShare = 'contact-share',
|
||||
SharedVaultRootKeyChanged = 'shared-vault-root-key-changed',
|
||||
SenderKeypairChanged = 'sender-keypair-changed',
|
||||
SharedVaultInvite = 'shared-vault-invite',
|
||||
SharedVaultMetadataChanged = 'shared-vault-metadata-changed',
|
||||
|
||||
/**
|
||||
* Shared Vault Invites conform to the asymmetric message protocol, but are sent via the dedicated
|
||||
* SharedVaultInvite model and not the AsymmetricMessage model on the server side.
|
||||
*/
|
||||
SharedVaultInvite = 'shared-vault-invite',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user