Shorten embedded notes.

This commit is contained in:
Bojan Mojsilovic 2023-12-12 13:45:25 +01:00
parent d28ba996fb
commit 3be10165e9

View File

@ -95,7 +95,7 @@ const EmbeddedNote: Component<{ note: PrimalNote, mentionedUsers?: Record<string
</span> </span>
</div> </div>
<div class={styles.noteContent}> <div class={styles.noteContent}>
<ParsedNote note={props.note} ignoreMentionedNotes={true} /> <ParsedNote note={props.note} ignoreMentionedNotes={true} shorten={true} />
</div> </div>
</> </>
); );