mirror of
https://github.com/nextcloud/server.git
synced 2026-06-29 12:24:50 +02:00
eac0092cd9
fix(files): make sure nested changes are propagated to sidebar tabs If an object is passed from one app to another app through a web component, then only reference changes (new objects) are marked as reactive changes in the receiving app. In this case e.g. `mtime` changes were not properly propagated, so to fix this we explicitly clone the objects before passing to the sidebar tab. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> [skip ci]