mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 12:49:37 +03:00
revert chat test
This commit is contained in:
parent
5fe36f37bd
commit
5e41dab92c
1 changed files with 1 additions and 1 deletions
|
@ -490,7 +490,7 @@ export default class App extends Component {
|
|||
<${Chat}
|
||||
websocket=${websocket}
|
||||
username=${username}
|
||||
chatInputEnabled=${true || chatInputEnabled}
|
||||
chatInputEnabled=${chatInputEnabled}
|
||||
/>
|
||||
</div>
|
||||
`;
|
||||
|
|
Loading…
Reference in a new issue