Skip to content

Commit

Permalink
update constant. (#139)
Browse files Browse the repository at this point in the history
* Update relation.proto to use openim.sdkws.BlackInfo for getIncrementalBlacksResp and add GetSpecifiedBlacksReq and GetSpecifiedBlacksResp

* feat: GetSpecifiedUserGroupRequestInfo

* remove unused fields.

* update

* Update constants.
  • Loading branch information
mo3et authored Sep 27, 2024
1 parent 718407a commit 6a8e70e
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions constant/constant.go
Original file line number Diff line number Diff line change
Expand Up @@ -154,14 +154,17 @@ const (
// The PC terminal can be online at the same time,but other terminal only one of the endpoints can login.
PCAndOther = 5

OnlineStatus = "online"
OfflineStatus = "offline"
Registered = "registered"
UnRegistered = "unregistered"
// OnlineStatus = "online"
// OfflineStatus = "offline"
// Registered = "registered"
// UnRegistered = "unregistered"

Online = 1
Offline = 0

Registered = 1
UnRegistered = 0

// MsgReceiveOpt.
ReceiveMessage = 0
NotReceiveMessage = 1
Expand Down

0 comments on commit 6a8e70e

Please sign in to comment.