This commit is contained in:
wangchuxiao
2022-08-01 17:44:40 +08:00
parent e2e5ab656f
commit f202d5f54a
4 changed files with 12 additions and 4 deletions
+5
View File
@@ -287,6 +287,11 @@ const (
Directly = 2 //直接进群
)
const (
GroupRPCRecvSize = 30
GroupRPCSendSize = 30
)
const FriendAcceptTip = "You have successfully become friends, so start chatting"
func GroupIsBanChat(status int32) bool {