You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-06-27 15:01:53 +03:00
Add TabComplete.Entry so we can render images AND text(!) - Add peek() option, all broken.
This commit is contained in:
@ -1290,7 +1290,7 @@ module.exports = React.createClass({
|
||||
else if (this.tabComplete.isTabCompleting()) {
|
||||
var TabCompleteBar = sdk.getComponent('rooms.TabCompleteBar');
|
||||
statusBar = (
|
||||
<TabCompleteBar />
|
||||
<TabCompleteBar entries={this.tabComplete.peek(3)} />
|
||||
);
|
||||
}
|
||||
else if (this.state.hasUnsentMessages) {
|
||||
|
Reference in New Issue
Block a user