I have a folder and I get a cursor for it and call filesListFolderLongpoll...
If I go to the parent folder of the folder I'm polling and add a file to it, the longpoll returns for the child folder with `changes:true` (but nothing within the folder I'm actually polling has changed).
When I call filesListFolderContinue with the cursor I get a response with a new cursor but no actual changes ala:
```
{ "entries": [], "cursor": "AAHp_o9htUtsuvBy6ZLjlTyxIetGJZKp64hcFe641rOod28dbdiXDDw18CXg4T1DtBXDPexxpdzO9K8x8s7iX6YDB6XLcyzAJCPwb5xQuXSyXEbnjOEptD1xNvCUAG0hxxnWN5TgPl3fd-urlcaMtmzvt-0rVRg-RmKxJsbgp_7cKMrccWDoodbQFmNe2DrvY0nSgedfTcMxzWktRANN0hP8zzsv9uXrR4vZgoNaYPEv7BKQLZgdgBCiZHJvV1__tQ4h0AOpFvFK67An_KMgMgJwDZMQ7DnckIBAfoboOrJm5g", "has_more": false }
```
For my app we use a "preferences" file and the app saves the latest cursor values there it results in a false positive change-loop
@Greg-DB since they asked me to open the ticket