fix backend

This commit is contained in:
kakkokari-gtyih 2024-12-28 18:55:16 +09:00
parent c0bff859cd
commit 38fa15476f
1 changed files with 1 additions and 0 deletions

View File

@ -130,6 +130,7 @@ export class MetaEntityService {
mediaProxy: this.config.mediaProxy, mediaProxy: this.config.mediaProxy,
enableUrlPreview: instance.urlPreviewEnabled, enableUrlPreview: instance.urlPreviewEnabled,
enableStreamNotesCdnCache: instance.enableStreamNotesCdnCache,
noteSearchableScope: (this.config.meilisearch == null || this.config.meilisearch.scope !== 'local') ? 'global' : 'local', noteSearchableScope: (this.config.meilisearch == null || this.config.meilisearch.scope !== 'local') ? 'global' : 'local',
maxFileSize: this.config.maxFileSize, maxFileSize: this.config.maxFileSize,
}; };