forked from potsda.mn/mobilizon
fix(sharepostmodal): only show the share warning message if the post is accessible by link
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
779812c746
commit
8e626dce78
|
@ -7,7 +7,7 @@
|
||||||
>
|
>
|
||||||
<o-notification
|
<o-notification
|
||||||
variant="warning"
|
variant="warning"
|
||||||
v-if="post.visibility !== PostVisibility.PUBLIC"
|
v-if="post.visibility === PostVisibility.UNLISTED"
|
||||||
:closable="false"
|
:closable="false"
|
||||||
>
|
>
|
||||||
{{
|
{{
|
||||||
|
|
Loading…
Reference in a new issue