mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	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) {
 | 
							applyVisibility(v: string) {
 | 
				
			||||||
 | 
								if (!['public', 'home', 'followers', 'specified'].includes(v)) v = 'public'; // v11互換性のため
 | 
				
			||||||
			this.visibility = v;
 | 
								this.visibility = v;
 | 
				
			||||||
		},
 | 
							},
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue