aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/hideAttachments.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/hideAttachments.tsx')
-rw-r--r--src/plugins/hideAttachments.tsx8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/plugins/hideAttachments.tsx b/src/plugins/hideAttachments.tsx
index 944da65..83a924e 100644
--- a/src/plugins/hideAttachments.tsx
+++ b/src/plugins/hideAttachments.tsx
@@ -20,7 +20,7 @@ import { get, set } from "@api/DataStore";
import { addButton, removeButton } from "@api/MessagePopover";
import { Devs } from "@utils/constants";
import definePlugin from "@utils/types";
-import { ChannelStore, FluxDispatcher } from "@webpack/common";
+import { ChannelStore } from "@webpack/common";
let style: HTMLStyleElement;
@@ -101,11 +101,5 @@ export default definePlugin({
await saveHiddenMessages(ids);
await this.buildCss();
-
- // update is necessary to rerender the PopOver
- FluxDispatcher.dispatch({
- type: "MESSAGE_UPDATE",
- message: { id }
- });
}
});