mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
feat(doc): activity_use_cached_mountpoints flag retroactivity notice
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com>
This commit is contained in:
parent
438f942081
commit
b964ca5394
1 changed files with 2 additions and 1 deletions
|
|
@ -1349,7 +1349,8 @@ $CONFIG = [
|
|||
* 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:
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue