Skip to content

Commit b5a1843

Browse files
authored
fix: add missing enum value (#166)
1 parent 73055f6 commit b5a1843

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,12 @@ public static class ChannelMember {
142142
public enum InviteStatus {
143143
@JsonProperty("pending")
144144
PENDING,
145-
@JsonProperty("accepted")
146-
ACCEPTED,
145+
@JsonProperty("member")
146+
MEMBER,
147147
@JsonProperty("rejected")
148148
REJECTED,
149+
@JsonProperty("accepted")
150+
ACCEPTED,
149151
@JsonEnumDefaultValue
150152
UNKNOWN
151153
}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy