mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	fix: default for bottrending in model
This commit is contained in:
		
							parent
							
								
									c21d255604
								
							
						
					
					
						commit
						95b2689a21
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -248,7 +248,7 @@ export class MiMeta {
 | 
				
			||||||
	public enableSensitiveMediaDetectionForVideos: boolean;
 | 
						public enableSensitiveMediaDetectionForVideos: boolean;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	@Column('boolean', {
 | 
						@Column('boolean', {
 | 
				
			||||||
		default: false,
 | 
							default: true,
 | 
				
			||||||
	})
 | 
						})
 | 
				
			||||||
	public enableBotTrending: boolean;
 | 
						public enableBotTrending: boolean;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue