Commit b03a5866 authored by Bruno Windels's avatar Bruno Windels
Browse files

WIP

parent fb02ff81
......@@ -956,7 +956,7 @@ Room.prototype._handleThreadEvent = function(event, toStartOfTimeline, duplicate
}
const threadTimelineSet = this._createThreadTimelineSet(id);
// add to timeline thread timeline
content.body = msg;
// content.body = msg;
console.log("thread message", id, msg);
threadTimelineSet.addEventToTimeline(
event,
......
......@@ -122,7 +122,7 @@ TimelineWindow.prototype.loadAsThread = function() {
this._start = new TimelineIndex(timeline, - timeline.getBaseIndex());
this._end = new TimelineIndex(timeline, timeline.getEvents().length - timeline.getBaseIndex());
this._eventCount = timeline.getEvents().length;
this._setKey();
// this._setKey();
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment