forked from FoundKeyGang/FoundKey
Fix #5799
This commit is contained in:
parent
e65275da95
commit
5ce2bdf117
1 changed files with 1 additions and 0 deletions
|
@ -386,6 +386,7 @@ export default Vue.extend({
|
|||
},
|
||||
|
||||
applyVisibility(v: string) {
|
||||
if (!['public', 'home', 'followers', 'specified'].includes(v)) v = 'public'; // v11互換性のため
|
||||
this.visibility = v;
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue