Merge pull request #5984 from kobergj/PersonalDataExportCapability

Add capability for personal data export
This commit is contained in:
kobergj
2023-04-03 09:22:55 +02:00
committed by GitHub
3 changed files with 9 additions and 0 deletions

View File

@@ -197,6 +197,9 @@ func FrontendConfigFromStruct(cfg *config.Config) (map[string]interface{}, error
},
"support_url_signing": true,
},
"graph": map[string]interface{}{
"personal_data_export": true,
},
"checksums": map[string]interface{}{
"supported_types": cfg.Checksums.SupportedTypes,
"preferred_upload_type": cfg.Checksums.PreferredUploadType,