feature: add GetConversationsHasReadAndMaxSeq interface to the WebSocket API. (#2611)

This commit is contained in:
OpenIM-Gordon
2024-09-12 11:12:02 +08:00
committed by GitHub
parent 0276c7df60
commit 80c71b77d6
6 changed files with 43 additions and 30 deletions
+1
View File
@@ -40,6 +40,7 @@ const (
WSSendMsg = 1003
WSSendSignalMsg = 1004
WSPullMsg = 1005
WSGetConvMaxReadSeq = 1006
WSPushMsg = 2001
WSKickOnlineMsg = 2002
WsLogoutMsg = 2003