diff --git a/src/components/left/main/hooks/useChatListEntry.tsx b/src/components/left/main/hooks/useChatListEntry.tsx index 7bdb3744c..ed9482c4e 100644 --- a/src/components/left/main/hooks/useChatListEntry.tsx +++ b/src/components/left/main/hooks/useChatListEntry.tsx @@ -109,7 +109,7 @@ export default function useChatListEntry({ return ; } - if (draft?.text.length) { + if (draft?.text.length && (!chat?.isForum || isTopic)) { return (

{lang('Draft')}