1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-20 16:22:28 +03:00

remove unused html serializer

This commit is contained in:
Matthew Hodgson
2018-05-18 15:22:24 +01:00
parent e51554c626
commit 089ac337f4

View File

@@ -145,7 +145,7 @@ export default class MessageComposerInput extends React.Component {
this.plainWithIdPills = new PlainWithPillsSerializer({ pillFormat: 'id' });
this.plainWithPlainPills = new PlainWithPillsSerializer({ pillFormat: 'plain' });
this.md = new Md();
this.html = new Html();
//this.html = new Html(); // not used atm
this.suppressAutoComplete = false;
this.direction = '';