From f4706908209f8a6d72c6141f8833c48616d5dcbe Mon Sep 17 00:00:00 2001 From: Maxence Lange Date: Mon, 8 Jan 2024 12:43:27 -0100 Subject: [PATCH] fix(config): deprecated enable_file_metadata Signed-off-by: Maxence Lange --- config/config.sample.php | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/config/config.sample.php b/config/config.sample.php index 39cb0adea94..408a0f3844e 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -2348,17 +2348,6 @@ $CONFIG = [ */ 'profile.enabled' => true, -/** - * Enable file metadata collection - * - * This is helpful for the mobile clients and will enable few optimizations in - * the future for the preview generation. - * - * Note that when enabled, this data will be stored in the database and might increase - * the database storage. - */ -'enable_file_metadata' => true, - /** * Allows to override the default scopes for Account data. * The list of overridable properties and valid values for scopes are in