Merge pull request #8110 from nextcloud/backport/8106/stable22

[stable22] Add section about activities in external storages
This commit is contained in:
Carl Schwan 2022-03-02 21:33:46 +01:00 committed by GitHub
commit f06ca4d7a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,12 +34,12 @@ you to clean-up older activities from the database.
.. _label-activities-groupfolders:
Activities in groupfolders
--------------------------
Activities in groupfolders or external storages
-----------------------------------------------
By default activities in groupfolders are only generated for the current user.
This is due to the logic of groupfolders. There is a config flag
``activity_use_cached_mountpoints`` that makes activities in groupfolders work
By default activities in groupfolders or external storages are only generated for the current user.
This is due to the logic of groupfolders and external storages. There is a config flag
``activity_use_cached_mountpoints`` that makes activities in groupfolders and external storages work
like in normal shares when set to ``true``.
.. warning::