fix backend
This commit is contained in:
parent
c0bff859cd
commit
38fa15476f
|
@ -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,
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue