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 aae5ea5 commit 93a7d56Copy full SHA for 93a7d56
src/main/java/io/getstream/core/models/FollowRelation.java
@@ -32,7 +32,9 @@ public FollowRelation(
32
this.activityCopyLimit = activityCopyLimit;
33
}
34
35
- public FollowRelation(String source, String target) {
+ public FollowRelation(
36
+ @JsonProperty("feed_id") String source,
37
+ @JsonProperty("target_id") String target) {
38
this(source, target, null);
39
40
0 commit comments