feat: support GetLastMessage

This commit is contained in:
withchao
2024-12-31 18:21:53 +08:00
parent 3059436c6c
commit f3d5634e56
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -47,12 +47,12 @@ const (
WSSendSignalMsg = 1004
WSPullMsg = 1005
WSGetConvMaxReadSeq = 1006
WsPullConvLastMessage = 1007
WSPushMsg = 2001
WSKickOnlineMsg = 2002
WsLogoutMsg = 2003
WsSetBackgroundStatus = 2004
WsSubUserOnlineStatus = 2005
WsPullConvLastMessage = 2006
WSDataError = 3001
)