···19192020{#if post.embed}
2121 <EmbedComponent embed={post.embed} />
2222- <!-- TODO: what embeds to show? -->
2322{/if}
+1-1
src/pages/NotificationsPage.svelte
···5555 </header>
56565757 {#each posts as post (post.uri)}
5858- <!-- TODO: #if post.parent -->
5858+ <!-- note: posts here are loaded via getPosts, so they don't include full parent/thread info -->
5959 {#if post.parentReference}
6060 <FeedPostParent uri={post.parentReference.uri} />
6161 {/if}
+1-1
src/pages/QuotesPage.svelte
···6262 </header>
63636464 {#each posts as post (post.uri)}
6565- <!-- TODO: #if post.parent -->
6565+ <!-- note: posts here are loaded via getPosts, so they don't include full parent/thread info -->
6666 {#if post.parentReference}
6767 <FeedPostParent uri={post.parentReference.uri} />
6868 {/if}