{#if (shouldAutoRenderMedia || fullView) && (post.content && post.content.trim())} @@ -896,14 +905,9 @@ pubkey={post.pubkey} relativeTime={getRelativeTime()} clientName={getClientName()} - topics={post.kind === KIND.DISCUSSION_THREAD ? (getTopics().length === 0 ? ['General'] : getTopics()) : undefined} inline={true} - showDivider={true} > {#snippet actions()} - {#if isLoggedIn && bookmarked} - 🔖 - {/if} - {@const title = getTitle()} - {#if title && title !== 'Untitled'} -

- {title} -

+ {#if getTitle()} +
+

{getTitle()}

+
+ {/if} + {#if getSummary()} +
+

{getSummary()}

+
{/if} @@ -1040,32 +1048,10 @@ {/if} {#if !fullView} -
+ -