diff --git a/frontend/src/lib/components/CommentThread.svelte b/frontend/src/lib/components/CommentThread.svelte index bd9f66bd..00ca5ab3 100644 --- a/frontend/src/lib/components/CommentThread.svelte +++ b/frontend/src/lib/components/CommentThread.svelte @@ -138,7 +138,7 @@ onMount(() => { {#if flatMessages.length > 0}
-
+
{
- {msg.authorName} + {msg.authorName} {#if wasEdited(msg)} - {timeAgo(msg.updatedAt)} {m.comment_edited_label()} {:else} - {timeAgo(msg.createdAt)} + {timeAgo(msg.createdAt)} {/if}
{#if parsed.quote} -
+
“{parsed.quote}”
{/if} -

+

{@html renderBody(parsed.body, msg.mentionDTOs ?? [])}