extract user names frm old message when they come in

This commit is contained in:
Ginger Wong
2020-08-15 18:41:31 -07:00
parent 703aa40271
commit 979651a925
3 changed files with 17 additions and 41 deletions

View File

@@ -228,7 +228,6 @@ export default class ChatInput extends Component {
};
const placeholderText = generatePlaceholderText(inputEnabled, hasSentFirstChatMessage);
return (
html`
<div id="message-input-container" class="shadow-md bg-gray-900 border-t border-gray-700 border-solid">