make emoji search text more legible; break long user name change messages

This commit is contained in:
Ginger Wong
2020-12-03 22:28:16 -08:00
parent 8202d20e1f
commit 0bf8cf1dba
3 changed files with 6 additions and 2 deletions

View File

@@ -490,7 +490,7 @@ export default class App extends Component {
<${Chat}
websocket=${websocket}
username=${username}
chatInputEnabled=${chatInputEnabled}
chatInputEnabled=${true || chatInputEnabled}
/>
</div>
`;