diff --git a/src/app/components/ChannelMessage.svelte b/src/app/components/ChannelMessage.svelte index 1d9da7c..6a90b70 100644 --- a/src/app/components/ChannelMessage.svelte +++ b/src/app/components/ChannelMessage.svelte @@ -15,7 +15,7 @@ import ChannelMessageEmojiButton from "@app/components/ChannelMessageEmojiButton.svelte" import ChannelMessageMenuButton from "@app/components/ChannelMessageMenuButton.svelte" import ChannelMessageMenuMobile from "@app/components/ChannelMessageMenuMobile.svelte" - import {colors} from "@app/state" + import {colors, ENABLE_ZAPS} from "@app/state" import {publishDelete, publishReaction} from "@app/commands" import {pushModal} from "@app/modal" @@ -95,7 +95,9 @@