From 0938c5f1ce9fba58ae57f10669c7237abdc7b7eb Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 15 Oct 2025 10:47:16 +0200 Subject: [PATCH] fix(config-sample): Deduplicate warning Signed-off-by: Joas Schilling --- config/config.sample.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/config.sample.php b/config/config.sample.php index b0656e03af7..746992d98c1 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -1323,8 +1323,6 @@ $CONFIG = [ * cannot see activities in their stream or emails that happen after they * are added until they log in again. * - * WARNING: Before enabling this, read the warning Activity app chapter. - * * Defaults to ``false`` */ 'activity_use_cached_mountpoints' => false,