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

This commit is contained in:
2026-04-10 20:34:16 +05:30
committed by hodlbod
parent 0ad5dea1df
commit c129bf70bc
+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>