1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-26 17:03:12 +03:00

Gracefully handle missing room_ids

This commit is contained in:
Kegan Dougal
2022-08-01 16:34:11 +01:00
parent 4427201326
commit fa6708c27e

View File

@@ -605,7 +605,7 @@ export class SlidingSync extends TypedEventEmitter<SlidingSyncEvent, SlidingSync
listIndex,
op.range[0],
op.range[1],
op.room_ids.join(" "),
(op.room_ids || []).join(" "),
";",
);
break;