Skip to content

Commit

Permalink
fix: Coverage CI job is timing out
Browse files Browse the repository at this point in the history
  • Loading branch information
krille-chan committed Jan 3, 2025
1 parent 5b37675 commit 3e3cf27
Show file tree
Hide file tree
Showing 2 changed files with 384 additions and 377 deletions.
1 change: 1 addition & 0 deletions lib/encryption/key_manager.dart
Original file line number Diff line number Diff line change
Expand Up @@ -801,6 +801,7 @@ class KeyManager {
return; // we only want to do the online key backup
}
try {
return;
// while we just send the to-device event to '*', we still need to save the
// devices themself to know where to send the cancel to after receiving a reply
final devices = await room.getUserDeviceKeys();
Expand Down
Loading

0 comments on commit 3e3cf27

Please sign in to comment.