mirror of
https://github.com/owncast/owncast.git
synced 2024-11-21 20:28:15 +03:00
Restore isModerator bool
This commit is contained in:
parent
22ea665fa4
commit
b86537fa91
1 changed files with 2 additions and 8 deletions
|
@ -941,11 +941,8 @@ export default class App extends Component {
|
||||||
>${streamOnline && streamTitle ? streamTitle : name}</span
|
>${streamOnline && streamTitle ? streamTitle : name}</span
|
||||||
>
|
>
|
||||||
</h1>
|
</h1>
|
||||||
<!-- <div
|
|
||||||
id="user-options-container"
|
<${ChatMenu} username=${username} isModerator=${isModerator} onUsernameChange=${
|
||||||
class="flex flex-row justify-end items-center flex-no-wrap"
|
|
||||||
> -->
|
|
||||||
<${ChatMenu} username=${username} isModerator=${false} onUsernameChange=${
|
|
||||||
this.handleUsernameChange
|
this.handleUsernameChange
|
||||||
} onFocus=${this.handleFormFocus} onBlur=${
|
} onFocus=${this.handleFormFocus} onBlur=${
|
||||||
this.handleFormBlur
|
this.handleFormBlur
|
||||||
|
@ -953,9 +950,6 @@ export default class App extends Component {
|
||||||
this.handleChatPanelToggle
|
this.handleChatPanelToggle
|
||||||
}>
|
}>
|
||||||
</${ChatMenu}>
|
</${ChatMenu}>
|
||||||
<!--
|
|
||||||
</div>
|
|
||||||
-->
|
|
||||||
</header>
|
</header>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue