Skip to content

Commit 93a7d56

Browse files
committed
chore: add activity copy limit to follow
1 parent aae5ea5 commit 93a7d56

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main/java/io/getstream/core/models/FollowRelation.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ public FollowRelation(
3232
this.activityCopyLimit = activityCopyLimit;
3333
}
3434

35-
public FollowRelation(String source, String target) {
35+
public FollowRelation(
36+
@JsonProperty("feed_id") String source,
37+
@JsonProperty("target_id") String target) {
3638
this(source, target, null);
3739
}
3840

0 commit comments

Comments
 (0)