Chat List: Fix draft appearing in forums (#2950)

This commit is contained in:
Alexander Zinchuk 2023-04-15 13:50:48 +02:00
parent 0079e8b7ab
commit 3d2c353e9b

View File

@ -109,7 +109,7 @@ export default function useChatListEntry({
return <TypingStatus typingStatus={typingStatus} />;
}
if (draft?.text.length) {
if (draft?.text.length && (!chat?.isForum || isTopic)) {
return (
<p className="last-message" dir={lang.isRtl ? 'auto' : 'ltr'}>
<span className="draft">{lang('Draft')}</span>