Merge branch 'develop' into feat-12997
This commit is contained in:
commit
79812e4ccb
94 changed files with 1079 additions and 434 deletions
|
|
@ -130,6 +130,7 @@ export class MetaEntityService {
|
|||
mediaProxy: this.config.mediaProxy,
|
||||
enableUrlPreview: instance.urlPreviewEnabled,
|
||||
noteSearchableScope: (this.config.meilisearch == null || this.config.meilisearch.scope !== 'local') ? 'global' : 'local',
|
||||
maxFileSize: this.config.maxFileSize,
|
||||
};
|
||||
|
||||
return packed;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue