1
0
Fork 0
mirror of https://github.com/paricafe/misskey.git synced 2025-02-28 17:14:26 -06:00

Deny 'private' in note visibility ()

Fixes 
This commit is contained in:
Acid Chicken (硫酸鶏) 2019-06-06 19:45:25 +09:00 committed by syuilo
parent a8ff1e19dc
commit 4436852de0

View file

@ -40,7 +40,7 @@ export const meta = {
params: {
visibility: {
validator: $.optional.str.or(['public', 'home', 'followers', 'specified', 'private']),
validator: $.optional.str.or(['public', 'home', 'followers', 'specified']),
default: 'public',
desc: {
'ja-JP': '投稿の公開範囲'