Skip to content

Commit 777a0cb

Browse files
author
Rafael Marinho
committed
clean up
1 parent d1937ce commit 777a0cb

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/main/java/io/getstream/chat/java/models/Channel.java

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,6 @@ public class Channel {
8080
@JsonProperty("messages")
8181
private List<Message> messages;
8282

83-
// @Nullable
84-
// @JsonProperty("active_live_locations")
85-
// private List<SharedLocation> activeLiveLocations;
86-
8783
@Nullable
8884
@JsonProperty("read")
8985
private List<ChannelRead> read;
@@ -1741,8 +1737,4 @@ public static ChannelMemberPartialUpdateRequest unarchive(
17411737
@NotNull String type, @NotNull String id, @NotNull String userId) {
17421738
return new ChannelMemberPartialUpdateRequest(type, id, userId).setValue("archived", false);
17431739
}
1744-
1745-
// public List<SharedLocation> getActiveLiveLocations() {
1746-
// return activeLiveLocations;
1747-
// }
17481740
}

0 commit comments

Comments
 (0)