Commit eeebc5b
committed
LiveryQuery server response sends data or events in "object":jsonf= format but PFDecoder.m checks for __type key which is missing as shown in below example so this fix will add "__type ":"Object" key-value if dictionary has className and objectId representing PFObject.
"object":{
"desc": "Technology",
"createdAt": "2020-10-03T19:34:16.823Z",
"updatedAt": "2025-09-27T17:55:02.360Z",
"image_name": "technology.png",
"className": "categories",
"objectId": "kHnBntWHHW"
},
"original": {
"desc": "Technologyy",
"createdAt": "2020-10-03T19:34:16.823Z",
"updatedAt": "2025-09-27T17:54:10.800Z",
"image_name": "technology.png",
"className": "categories",
"objectId": "kHnBntWHHW"
}1 parent 18003b0 commit eeebc5b
File tree
2 files changed
+8
-5
lines changed- ParseLiveQuery/ParseLiveQuery/Internal
- Parse/Parse/Source
2 files changed
+8
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
50 | 57 | | |
51 | 58 | | |
52 | 59 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
| 21 | + | |
26 | 22 | | |
27 | 23 | | |
28 | 24 | | |
| |||
0 commit comments