{#if !data?.user}
{:else}
{#if upvoteButtonClicked[posts?.id]}
{:else}
{/if}
{/if}
{upvoteCounter[posts?.id] - downvoteCounter[posts?.id] }
{#if !data?.user}
{:else}
{#if downvoteButtonClicked[posts?.id]}
{:else}
{/if}
{/if}
{#if posts?.pinned}
Pinned by moderators
{/if}
{posts?.expand?.user?.username}
{#if isModerator(posts?.user)}
{/if}
ยท
{formatDate(posts?.created)} ago
{#if posts?.expand['comments(post)']} {posts?.expand['comments(post)']?.length} {:else} 0 {/if}
{#if data?.user?.id === posts?.user || isModerator(data?.user?.id)}
link_round [#7B7B7B]
Created with Sketch.
Copy Link
Delete Post
{:else}
link_round [#7B7B7B]
Created with Sketch.
Copy Link
Report
{/if}
{#if posts.postType === 'text'}
{posts?.title}
{@html posts?.description?.length > 182 ? posts?.description.slice(0, 182) + "..." : posts?.description}
{:else if posts?.postType==='image'}
{posts?.title}
{#if posts?.thumbnail && !['webm', 'mp4']?.some(format => posts?.thumbnail?.includes(format))}
{:else}
{/if}
{:else if posts?.postType === 'link'} {#if videoId[posts?.id]?.length === 0}
{posts?.title}
{#if posts?.description !== 'undefined'}
{posts?.description?.length > 120 ? posts?.description.slice(0, 120) + "..." : posts?.description}
{/if}
{(new URL(posts?.link))?.hostname.replace('www.','')}
{#if posts?.thumbnail}
{/if}
{:else}
{posts?.title}
{#if !isVideoClicked[posts.id] }
{:else}
{/if}
{/if} {/if}
{#if posts?.tagline?.length !== 0}
{posts?.tagline}
{/if} {#if posts?.tagTopic !== null} {#each $tagList as tag} {#each posts?.tagTopic as tagTopic} {#if tag?.name === tagTopic}
{tag?.name}
{/if} {/each} {/each} {/if}
{#if !data?.user}
{:else}
{#if upvoteButtonClicked[posts?.id]}
{:else}
{/if}
{/if}
{upvoteCounter[posts?.id] - downvoteCounter[posts?.id] }
{#if !data?.user}
{:else}
{#if downvoteButtonClicked[posts?.id]}
{:else}
{/if}
{/if}
{#if posts?.expand['comments(post)']} {posts?.expand['comments(post)']?.length} {:else} 0 {/if}
Are you sure you want to delete the post?
Proceed