Skip to content

Commit 7e050c7

Browse files
committed
Fix branch
1 parent be459b0 commit 7e050c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/e2ee/RoomTracker.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,9 @@ export class RoomTracker {
5454
} catch (e) {
5555
if (e instanceof MatrixError && e.errcode === "M_NOT_FOUND") {
5656
encEvent = {};
57+
} else {
58+
return; // Other failures should not be cached.
5759
}
58-
return; // Other failures should not be cached.
5960
}
6061

6162
// Pick out the history visibility setting too

0 commit comments

Comments
 (0)