From b964ca53943da12601af6ec56be73dc91486109a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Herbinet?= <33763786+Jerome-Herbinet@users.noreply.github.com> Date: Tue, 17 Mar 2026 09:34:47 +0100 Subject: [PATCH] feat(doc): activity_use_cached_mountpoints flag retroactivity notice MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com> --- config/config.sample.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/config.sample.php b/config/config.sample.php index 37383addea277..62ad8a3f70b89 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -1349,7 +1349,8 @@ * By default, activities in team folders or external storages are only generated * for the current user. This is due to a limitations in current implementations. * This config flag makes activities in group folders and external storages work - * like in normal shares (when set to ``true``). + * like in normal shares (when set to ``true``). Setting this flag does not allow + * past activities to be displayed (no retroactivity). * * WARNING: Enabling this comes with some CRITICAL trade-offs: *