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.
2 parents 556d01c + 13906c1 commit c578000Copy full SHA for c578000
1 file changed
src/main/java/io/rong/util/CodeUtil.java
@@ -16,14 +16,18 @@ public static enum ConversationType {
16
DISCUSSION("2"),
17
// Group chat
18
GROUP("3"),
19
+ // Chat room
20
+ CHATROOM("4"),
21
// System notification
22
SYSTEM("6"),
23
// Customer service chat
24
KF("5"),
25
// Application public service
26
MC("7"),
27
// Public service
- MP("8");
28
+ MP("8"),
29
+ // Ultra group chat
30
+ ULTRA_GROUP("10");
31
32
private String name;
33
0 commit comments