mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-14 14:07:38 -07:00
Fix #5799
This commit is contained in:
parent
a5484e53f4
commit
7eb30a351a
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