Chat List: Fix draft appearing in forums (#2950)
This commit is contained in:
parent
0079e8b7ab
commit
3d2c353e9b
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user