-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
パブリック投稿の権限がなくてもパブリックを選択して投稿できてしまう #12224
Labels
Comments
ノート画面 misskey/packages/frontend/src/components/MkVisibilityPicker.vue Lines 7 to 41 in d45b2dd
設定 > デフォルトの公開範囲 misskey/packages/frontend/src/pages/settings/privacy.vue Lines 41 to 62 in af779eb
|
kakkokari-gtyih
added
🐛Bug
Unexpected behavior
packages/frontend
Client side specific issue/PR
and removed
⚠️bug?
This might be a bug
labels
Nov 2, 2023
5 tasks
syuilo
added a commit
that referenced
this issue
Nov 3, 2023
* fix(frontend): サイレンス状態で公開範囲のパブリックを選択できてしまう問題を修正 (#12224) * docs: update changelog --------- Co-authored-by: syuilo <[email protected]>
Merged
kanarikanaru
pushed a commit
to kanarikanaru/misskey
that referenced
this issue
Nov 9, 2023
…isskey-dev#12225) * fix(frontend): サイレンス状態で公開範囲のパブリックを選択できてしまう問題を修正 (misskey-dev#12224) * docs: update changelog --------- Co-authored-by: syuilo <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
💡 Summary
パブリック投稿の権限がなくても、パブリックを選択して投稿できてしまいます。
バックエンド側は自動でローカルに変更する処理が行われていますが、
フロントエンド側は何も案内がないため、ユーザが混乱するのではないかと思いました。
🥰 Expected Behavior
パブリックを選択できないようにするか、選択した状態で投稿できないようにする。
🤬 Actual Behavior
パブリックを選択した状態で投稿ができてしまう。
(ただし自動的に公開範囲はホームが設定される)
📝 Steps to Reproduce
💻 Frontend Environment
🛰 Backend Environment (for server admin)
The text was updated successfully, but these errors were encountered: