mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	Fix bug
This commit is contained in:
		
							parent
							
								
									501b07c383
								
							
						
					
					
						commit
						d5408c429b
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -2,6 +2,7 @@ import Meta, { IMeta } from '../models/meta';
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const defaultMeta: any = {
 | 
					const defaultMeta: any = {
 | 
				
			||||||
	name: 'Misskey',
 | 
						name: 'Misskey',
 | 
				
			||||||
 | 
						maintainer: {},
 | 
				
			||||||
	langs: [],
 | 
						langs: [],
 | 
				
			||||||
	cacheRemoteFiles: true,
 | 
						cacheRemoteFiles: true,
 | 
				
			||||||
	localDriveCapacityMb: 256,
 | 
						localDriveCapacityMb: 256,
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue