Skip to content

Commit

Permalink
Update src/secret-storage.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Richard van der Hoff <[email protected]>
  • Loading branch information
t3chguy and richvdh authored Dec 19, 2024
1 parent cf0ee8b commit 0e5012d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/secret-storage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,8 @@ export type SecretStorageKey = Assignable<AccountDataEvents, SecretInfo>;

/**
* Account Data event content type for storing secret-storage-encrypted information.
*
* See https://spec.matrix.org/v1.13/client-server-api/#msecret_storagev1aes-hmac-sha2-1
*/
export interface SecretInfo {
encrypted: {
Expand Down

0 comments on commit 0e5012d

Please sign in to comment.