This commit is contained in:
syuilo 2020-02-05 09:29:18 +09:00
parent e65275da95
commit 5ce2bdf117
1 changed files with 1 additions and 0 deletions

View File

@ -386,6 +386,7 @@ export default Vue.extend({
},
applyVisibility(v: string) {
if (!['public', 'home', 'followers', 'specified'].includes(v)) v = 'public'; // v11
this.visibility = v;
},