1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-12-01 04:43:29 +03:00

populate up filtered timelineSets vaguely correctly

This commit is contained in:
Matthew Hodgson
2016-09-07 19:45:30 +01:00
parent c4995bd153
commit 5e583d3c50
2 changed files with 29 additions and 2 deletions

View File

@@ -237,8 +237,8 @@ EventTimelineSet.prototype.addEventsToTimeline = function(events, toStartOfTimel
if (!toStartOfTimeline && timeline == this._liveTimeline) {
throw new Error(
"Room.addEventsToTimeline cannot be used for adding events to " +
"the live timeline - use EventTimelineSet.addLiveEvents instead"
"EventTimelineSet.addEventsToTimeline cannot be used for adding events to " +
"the live timeline - use Room.addLiveEvents instead"
);
}