Skip to content

Commit

Permalink
fix: add missing upload for inbound group sessions on dehydrated devices
Browse files Browse the repository at this point in the history
Fixes: famedly#1624

Signed-off-by: The one with the braid <info@braid.business>
  • Loading branch information
TheOneWithTheBraid committed Nov 24, 2023
1 parent 9019dfd commit 9e77ac5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ extension DehydratedDeviceHandler on Client {
userDeviceKeys[userID]!.deviceKeys[device]!,
];
await this.encryption?.crossSigning.sign(keysToSign);
encryption.keyManager.startAutoUploadKeys();
} finally {
await encryption.dispose();
}
Expand Down

0 comments on commit 9e77ac5

Please # to comment.