Skip to content
Snippets Groups Projects
Commit 5ce2bdf1 authored by syuilo's avatar syuilo
Browse files

Fix #5799

parent e65275da
No related branches found
No related tags found
No related merge requests found
......@@ -386,6 +386,7 @@ export default Vue.extend({
},
applyVisibility(v: string) {
if (!['public', 'home', 'followers', 'specified'].includes(v)) v = 'public'; // v11互換性のため
this.visibility = v;
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment