1
mirror of https://github.com/rclone/rclone synced 2024-11-01 21:49:35 +01:00
rclone/backend/amazonclouddrive
Fabian Möller a3dd2c691e amazonclouddrive: remove unnecessary notifies from DirChangeNotify
It is unnecessary to notify the node.Parents, because a cahnge event is
generated for all involved files and folders in a move from d1/f1 to
d2/f1. There will be a event for d1, d2 and f1.

Additionally a duplicate notification is resolved when them empty string
is in pathsToClear.

Related to #2006
2018-01-25 10:19:06 +00:00
..
amazonclouddrive_test.go Make RangeOption manadatory for Open - #1825 2018-01-21 17:09:12 +00:00
amazonclouddrive.go amazonclouddrive: remove unnecessary notifies from DirChangeNotify 2018-01-25 10:19:06 +00:00