feat(room-item): apply limits to inline messages
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user