chore: Update translations
This commit is contained in:
@ -158,4 +158,4 @@ export function decodeEncryptionPayload(p: string) {
|
||||
|
||||
export function encodeEncryptionPayload(p: MessageEncryptorPayload) {
|
||||
return base64.encode(new Uint8Array([p.v, ...p.nonce, ...p.ciphertext]));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user