Skip to content

Commit

Permalink
Iterate
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
  • Loading branch information
t3chguy committed Dec 17, 2024
1 parent b5d1cbd commit 276fbe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/crypto/EncryptionSetup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ export class EncryptionSetupOperation {
// set account data
if (this.accountData) {
for (const [type, content] of this.accountData) {
await baseApis.setAccountData(type, content);
await baseApis.setAccountData(type, content.getContent());
}
}
// upload first cross-signing signatures with the new key
Expand Down

0 comments on commit 276fbe0

Please sign in to comment.