Skip to content

Commit

Permalink
fix: added quotes (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
totalimmersion authored Sep 18, 2023
1 parent 573d810 commit 064931e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/java/io/getstream/chat/java/models/ChannelType.java
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ public class ChannelType {
@JsonProperty("replies")
private Boolean replies;

@Nullable
@JsonProperty("quotes")
private Boolean quotes;

@Nullable
@JsonProperty("uploads")
private Boolean uploads;
Expand Down

0 comments on commit 064931e

Please sign in to comment.