From ab256faa754909f0c14016818f5826744c26f63a Mon Sep 17 00:00:00 2001 From: Vincent Petry Date: Fri, 25 Feb 2022 16:43:26 +0100 Subject: [PATCH] Add section about activities in external storages Signed-off-by: Vincent Petry --- .../configuration_server/activity_configuration.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/admin_manual/configuration_server/activity_configuration.rst b/admin_manual/configuration_server/activity_configuration.rst index 1203657bc..c61a447b8 100644 --- a/admin_manual/configuration_server/activity_configuration.rst +++ b/admin_manual/configuration_server/activity_configuration.rst @@ -50,6 +50,15 @@ like in normal shares when set to ``true``. 2. Users that had access to a groupfolder, share or external storage can see activities in their stream and emails that happen after they are removed until they login again 3. Users that are newly added to a groupfolder, share or external storage can not see activities in their stream nor emails that happen after they are added until they login again +.. _label-activities-externalstorages: + +Activities in external storages +------------------------------- + +When external storages have been configured in a way that multiple users have access to it, +you can use the config flag ``activity_use_cached_mountpoints`` that makes activities +with external storages work like in normal shares when set to ``true``. + Better scheduling of activity emails ------------------------------------