Merge branch 'develop' into feat-12997

This commit is contained in:
かっこかり 2024-08-26 18:13:07 +09:00 committed by GitHub
commit 79812e4ccb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
94 changed files with 1079 additions and 434 deletions

View file

@ -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;