Skip to content

Commit

Permalink
refactor: change conversation type name.
Browse files Browse the repository at this point in the history
  • Loading branch information
FGadvancer committed Apr 19, 2024
1 parent e20b152 commit 47b8c07
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions constant/constant.go
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,10 @@ const (
SysMsgType = 200

// SessionType.
SingleChatType = 1
GroupChatType = 2
SuperGroupChatType = 3
SingleChatType = 1
// WriteGroupChatType Not enabled temporarily
WriteGroupChatType = 2
ReadGroupChatType = 3
NotificationChatType = 4
// token.
NormalToken = 0
Expand Down

0 comments on commit 47b8c07

Please sign in to comment.