You've already forked matrix-react-sdk
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:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user