Add comment
This commit is contained in:
parent
db3f0d298a
commit
bf037ed6c7
1 changed files with 1 additions and 0 deletions
|
@ -539,6 +539,7 @@ export default class MessageComposerInput extends React.Component {
|
||||||
sendTextFn = this.client.sendTextEmote;
|
sendTextFn = this.client.sendTextEmote;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// XXX: We don't actually seem to use this history?
|
||||||
this.sentHistory.push(contentHTML || contentText);
|
this.sentHistory.push(contentHTML || contentText);
|
||||||
let sendMessagePromise;
|
let sendMessagePromise;
|
||||||
if (contentHTML) {
|
if (contentHTML) {
|
||||||
|
|
Loading…
Reference in a new issue