put auth buttons in preview bar
This commit is contained in:
parent
c1ff5f2fba
commit
fd6c594a8f
3 changed files with 19 additions and 70 deletions
|
@ -1714,11 +1714,6 @@ module.exports = React.createClass({
|
|||
/>;
|
||||
}
|
||||
|
||||
if (MatrixClientPeg.get().isGuest()) {
|
||||
const AuthButtons = sdk.getComponent('views.auth.AuthButtons');
|
||||
messageComposer = <AuthButtons />;
|
||||
}
|
||||
|
||||
// TODO: Why aren't we storing the term/scope/count in this format
|
||||
// in this.state if this is what RoomHeader desires?
|
||||
if (this.state.searchResults) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue