more compating of the form
This commit is contained in:
parent
663dc3c043
commit
6417453719
2 changed files with 3 additions and 1 deletions
|
|
@ -242,6 +242,8 @@
|
||||||
:preserve-focus="!mobileLayout"
|
:preserve-focus="!mobileLayout"
|
||||||
:auto-focus="!mobileLayout"
|
:auto-focus="!mobileLayout"
|
||||||
disable-quotes
|
disable-quotes
|
||||||
|
disable-lock-warning
|
||||||
|
disable-notice
|
||||||
mentions-line
|
mentions-line
|
||||||
mentions-line-read-only
|
mentions-line-read-only
|
||||||
@posted="onPosted"
|
@posted="onPosted"
|
||||||
|
|
|
||||||
|
|
@ -74,7 +74,7 @@
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
<p
|
<p
|
||||||
v-else-if="newStatus.visibility === 'direct'"
|
v-else-if="!hideScopeNotice && newStatus.visibility === 'direct'"
|
||||||
class="visibility-notice notice-dismissible"
|
class="visibility-notice notice-dismissible"
|
||||||
>
|
>
|
||||||
<span v-if="safeDMEnabled">{{ $t('post_status.direct_warning_to_first_only') }}</span>
|
<span v-if="safeDMEnabled">{{ $t('post_status.direct_warning_to_first_only') }}</span>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue