diff --git a/src/lib/components/channel/MessageInput.svelte b/src/lib/components/channel/MessageInput.svelte index f9fbc32f6c..39eb130af6 100644 --- a/src/lib/components/channel/MessageInput.svelte +++ b/src/lib/components/channel/MessageInput.svelte @@ -36,6 +36,7 @@ import { getSuggestionRenderer } from '../common/RichTextInput/suggestions'; import CommandSuggestionList from '../chat/MessageInput/CommandSuggestionList.svelte'; import MentionList from './MessageInput/MentionList.svelte'; + import Skeleton from '../chat/Messages/Skeleton.svelte'; export let placeholder = $i18n.t('Send a Message'); @@ -690,18 +691,22 @@ {/if} -