You've already forked matrix-js-sdk
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:
@@ -605,7 +605,7 @@ export class SlidingSync extends TypedEventEmitter<SlidingSyncEvent, SlidingSync
|
|||||||
listIndex,
|
listIndex,
|
||||||
op.range[0],
|
op.range[0],
|
||||||
op.range[1],
|
op.range[1],
|
||||||
op.room_ids.join(" "),
|
(op.room_ids || []).join(" "),
|
||||||
";",
|
";",
|
||||||
);
|
);
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user