Fix last-spoke order
Turns out this timeline is the other way around, so loop through the other way
This commit is contained in:
parent
2ce521fe38
commit
f1d72296b7
2 changed files with 5 additions and 2 deletions
|
@ -360,6 +360,10 @@ module.exports = React.createClass({
|
|||
});
|
||||
}
|
||||
}
|
||||
|
||||
// update ther tab complete list as it depends on who most recently spoke,
|
||||
// and that has probably just changed
|
||||
this._updateTabCompleteList();
|
||||
},
|
||||
|
||||
// called when state.room is first initialised (either at initial load,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue