mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-04-30 07:19:20 +08:00
constan
This commit is contained in:
+1
-1
Submodule cmd/Open-IM-SDK-Core updated: 610fc07d46...0e57291413
@@ -87,8 +87,8 @@ const (
|
||||
//Pc端互斥,移动端互斥,但是web端可以同时在线
|
||||
PcMobileAndWeb = 4
|
||||
|
||||
OnlineStatus = "Online"
|
||||
OfflineStatus = "Offline"
|
||||
OnlineStatus = "online"
|
||||
OfflineStatus = "offline"
|
||||
)
|
||||
|
||||
var ContentType2PushContent = map[int64]string{
|
||||
|
||||
Reference in New Issue
Block a user