Skip to content

Commit 3b1dd4b

Browse files
committed
Using the encoder on state is too broad.
Related to issue: #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 1ea989b commit 3b1dd4b

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)