1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-19 20:23:18 +03:00
This commit is contained in:
David Baker
2016-07-15 18:10:56 +01:00
parent ccf8e269cd
commit 5c566cae5c

View File

@ -358,7 +358,7 @@ module.exports = React.createClass({
}
}
// update ther tab complete list as it depends on who most recently spoke,
// update the tab complete list as it depends on who most recently spoke,
// and that has probably just changed
if (ev.sender) {
this.tabComplete.onMemberSpoke(ev.sender);