mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2025-02-22 01:00:35 +00:00
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
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
>
|
||||
<o-notification
|
||||
variant="warning"
|
||||
v-if="post.visibility !== PostVisibility.PUBLIC"
|
||||
v-if="post.visibility === PostVisibility.UNLISTED"
|
||||
:closable="false"
|
||||
>
|
||||
{{
|
||||
|
|
Loading…
Reference in a new issue