Initialise last_rm_sent_event_id
This commit is contained in:
parent
81bf2be13b
commit
edeaef8c2f
1 changed files with 1 additions and 0 deletions
|
@ -174,6 +174,7 @@ var TimelinePanel = React.createClass({
|
|||
debuglog("TimelinePanel: mounting");
|
||||
|
||||
this.last_rr_sent_event_id = undefined;
|
||||
this.last_rm_sent_event_id = undefined;
|
||||
|
||||
this.dispatcherRef = dis.register(this.onAction);
|
||||
MatrixClientPeg.get().on("Room.timeline", this.onRoomTimeline);
|
||||
|
|
Loading…
Reference in a new issue