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 <josh.t.richards@gmail.com>
This commit is contained in:
Josh
2025-10-11 09:39:09 -04:00
committed by GitHub
parent 1bb524d628
commit 08b4d10bc9

View File

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