You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-18 09:22:18 +03:00
Fix last-spoke order
Turns out this timeline is the other way around, so loop through the other way
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user