1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-08 21:42:24 +03:00

Add comment

This commit is contained in:
David Baker
2016-09-23 19:09:32 +01:00
parent db3f0d298a
commit bf037ed6c7

View File

@@ -539,6 +539,7 @@ export default class MessageComposerInput extends React.Component {
sendTextFn = this.client.sendTextEmote;
}
// XXX: We don't actually seem to use this history?
this.sentHistory.push(contentHTML || contentText);
let sendMessagePromise;
if (contentHTML) {