mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 15:34: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;
 | 
			
		||||
 | 
			
		||||
	@Column('boolean', {
 | 
			
		||||
		default: false,
 | 
			
		||||
		default: true,
 | 
			
		||||
	})
 | 
			
		||||
	public enableBotTrending: boolean;
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue