From 08b4d10bc93e437c1dba8a45f902260a294ddd47 Mon Sep 17 00:00:00 2001 From: Josh Date: Sat, 11 Oct 2025 09:39:09 -0400 Subject: [PATCH] fix: drop hard-coded Activity app config These options are moving to the config sample itself in the Server repo. See nextcloud/server#55706. Signed-off-by: Josh --- .../config_sample_php_parameters.rst | 21 ------------------- 1 file changed, 21 deletions(-) diff --git a/admin_manual/configuration_server/config_sample_php_parameters.rst b/admin_manual/configuration_server/config_sample_php_parameters.rst index e22d58b8e..4680b1ecc 100644 --- a/admin_manual/configuration_server/config_sample_php_parameters.rst +++ b/admin_manual/configuration_server/config_sample_php_parameters.rst @@ -4223,27 +4223,6 @@ Defaults to ``true`` App config options ------------------ -.. _label-activity-app-config: - -Activity app -^^^^^^^^^^^^ - -Retention for activities of the activity app: - - -:: - - 'activity_expire_days' => 365, - -Every day a cron job is ran, which deletes all activities for all users -which are older then the number of days that is set for ``activity_expire_days`` - -:: - - 'activity_use_cached_mountpoints' => false, - -Before enabling this, read the warning in :ref:`label-activities-groupfolders` - Settings app ^^^^^^^^^^^^