mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 15:34:13 +00:00 
			
		
		
		
	Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
This commit is contained in:
		
						commit
						39498ddbf1
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -128,7 +128,7 @@ export class MetaEntityService {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
			mediaProxy: this.config.mediaProxy,
 | 
								mediaProxy: this.config.mediaProxy,
 | 
				
			||||||
			enableUrlPreview: instance.urlPreviewEnabled,
 | 
								enableUrlPreview: instance.urlPreviewEnabled,
 | 
				
			||||||
			noteSearchableScope: this.config.meilisearch == null || this.config.meilisearch.scope === 'local' ? 'local' : 'global',
 | 
								noteSearchableScope: (this.config.meilisearch == null || this.config.meilisearch.scope !== 'local') ? 'global' : 'local',
 | 
				
			||||||
		};
 | 
							};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
		return packed;
 | 
							return packed;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue