[BUG] Remove HtmlMessagePurifier when not used

This commit is contained in:
dab246
2021-10-14 09:08:47 +07:00
committed by Dat H. Pham
parent d3bdd9c3e9
commit 8346e030c8
8 changed files with 5 additions and 409 deletions
@@ -73,7 +73,6 @@ class ComposerBindings extends Bindings {
Get.find<AppToast>(),
Get.find<Uuid>(),
Get.find<TextEditingController>(),
Get.find<HtmlMessagePurifier>(),
Get.find<LocalFilePickerInteractor>(),
Get.find<UploadMultipleAttachmentInteractor>()));
}