refactor: decrypting the encrypted private key to decrypt the messages.

This commit is contained in:
Ruben Talstra 2025-02-16 17:54:06 +01:00
parent d37cc1cf4d
commit 94f0d1cb41
No known key found for this signature in database
GPG key ID: 2A5A7174A60F3BEA
3 changed files with 75 additions and 21 deletions

View file

@ -109,6 +109,7 @@ export type TUser = {
role: string;
provider: string;
plugins?: string[];
decryptedPrivateKey?: CryptoKey | string;
createdAt: string;
updatedAt: string;
};