more compating of the form

This commit is contained in:
Henry Jameson 2026-07-23 16:31:44 +03:00
commit 6417453719
2 changed files with 3 additions and 1 deletions

View file

@ -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"

View file

@ -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>