So on my iOS phonegap app I make a HTTP request to my server.
On my server I make a change on a document using python (I actually make an HTTP request to the SGW to do this, even though I'm on the server. That way I take advantage of the async HTTP api instead of the synchronous api provided by Python)
After making the change on the server I get a change notification on my iOS Phonegap app saying that particular document now has a "_removed" : true set on it.
Can someone help me understand why this is?
slim