Listen for new threads and replies

This commit is contained in:
Jon Staab
2024-11-01 14:46:38 -07:00
parent 65d1319fb8
commit f741bce32c
3 changed files with 22 additions and 18 deletions
+1 -1
View File
@@ -92,7 +92,7 @@
style={expandBlock ? "mask-image: linear-gradient(0deg, transparent 0px, black 100px)" : ""}>
{#each shortContent as parsed, i}
{#if isNewline(parsed)}
<ContentNewline value={parsed.value.slice(1) || "\n"} />
<ContentNewline value={parsed.value} />
{:else if isTopic(parsed)}
<ContentTopic value={parsed.value} />
{:else if isCode(parsed)}