1
0
mirror of https://github.com/misskey-dev/misskey synced 2024-12-05 10:18:42 +09:00
This commit is contained in:
syuilo 2020-02-05 09:29:18 +09:00
parent e65275da95
commit 5ce2bdf117

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;
},