We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 894250c commit 1f69775Copy full SHA for 1f69775
ParseLiveQuery/src/main/java/com/parse/SubscribeClientOperation.java
@@ -19,7 +19,7 @@
19
jsonObject.put("op", "subscribe");
20
jsonObject.put("requestId", requestId);
21
22
- JSONObject queryJsonObject = state.toJSON(NoObjectsEncoder.get());
+ JSONObject queryJsonObject = state.toJSON(PointerEncoder.get());
23
24
jsonObject.put("query", queryJsonObject);
25
0 commit comments