Freemor

Experimenting

Freemor at

With deleting dupes that originate frm me...


Will it delete just the Dup... or will the delete action duplicate also and cause a real mess

I could've told you that.


Duplicate notes are real duplicates, with different ID's, so yes, deleting one deletes only that one.


The 'delete' activity can't duplicate, because once the object is deleted, a hypothetical second 'delete' to the same thing would just fail.

JanKusanagi at 2017-03-23T13:18:54Z

>> JanKusanagi @ DM:

The 'delete' activity can't duplicate, because once the object is deleted, a hypothetical second 'delete' to the same thing would just fail.”

Sorry missed you telling me about deleting.. probably in all the noise..

I understand what you are saying but does my deleting cause some loop the suceeds once and then just sits there throwing errors as it loops like what ever is creating the dups. Or are the dups being caused not by a server side loop but rather a client -> server malfunction such as:


send action -> server

server -> DB

server files to notify of sucess

timed out so send again -> server


In which case I could prevent dups by not waiting for the client to think it suceeded.

Freemor at 2017-03-23T13:33:12Z