Merge pull request 'fix switching main PSF scope to direct locking scope' (#3534) from fix-dm-post-status-form into develop

Reviewed-on: https://git.pleroma.social/pleroma/pleroma-fe/pulls/3534
This commit is contained in:
HJ 2026-08-05 15:11:07 +00:00
commit 76c53ddc7a

View file

@ -234,7 +234,7 @@
ref="scopeSelector"
:show-all="showAllScopes"
:user-default="userDefaultScope"
:original-scope="newStatus.visibility"
:original-scope="repliedStatus?.visibility"
:initial-scope="newStatus.visibility"
@change="changeVis"
/>