diff --git a/src/post/BoostContext.svelte b/src/post/BoostContext.svelte index f268113..dc4be4a 100644 --- a/src/post/BoostContext.svelte +++ b/src/post/BoostContext.svelte @@ -14,6 +14,9 @@ + {#if post.visibility !== "public"} + ({post.visibility}) + {/if} diff --git a/src/post/ReplyContext.svelte b/src/post/ReplyContext.svelte index 9de6b96..497d2f1 100644 --- a/src/post/ReplyContext.svelte +++ b/src/post/ReplyContext.svelte @@ -30,6 +30,9 @@
+ {#if post.visibility !== "public"} + ({post.visibility}) + {/if}