Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/t3chguy/types-account-data' into…
Browse files Browse the repository at this point in the history
… t3chguy/types-account-data
  • Loading branch information
t3chguy committed Dec 19, 2024
2 parents f72f5b0 + 0e5012d commit 7040e75
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 @@ -208,6 +208,8 @@ export type SecretStorageKey = keyof SecretStorageAccountDataEvents;

/**
* 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 7040e75

Please sign in to comment.