Skip to content

Commit 5b5fee8

Browse files
committed
Using the encoder on state is too broad.
Related to issue: parse-community#14 Currently only the conditions and class name are encoded: https://github.com/ParsePlatform/ParseLiveQuery-iOS-OSX/blob/master/Sources/ParseLiveQuery/Internal/QueryEncoder.swift
1 parent ebfd0be commit 5b5fee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ParseLiveQuery/src/main/java/com/parse/SubscribeClientOperation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
// TODO: add support for fields
2929
// https://github.com/ParsePlatform/parse-server/issues/3671
30-
30+
3131
PointerEncoder pointerEncoder = PointerEncoder.get();
3232
queryJsonObject.put("where", pointerEncoder.encode(state.constraints()));
3333

0 commit comments

Comments
 (0)