feat(room-item): apply limits to inline messages

This commit is contained in:
2026-04-10 20:34:16 +05:30
parent 688c3f4af7
commit 8fb13ad58d
+1 -1
View File
@@ -20,6 +20,6 @@
<NoteContent {...props} {minLength} {maxLength} /> <NoteContent {...props} {minLength} {maxLength} />
</Link> </Link>
{:else} {:else}
<NoteContent {...props} /> <NoteContent {...props} {minLength} {maxLength} />
{/if} {/if}
</div> </div>