mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-10 20:15:59 +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端可以同时在线
|
//Pc端互斥,移动端互斥,但是web端可以同时在线
|
||||||
PcMobileAndWeb = 4
|
PcMobileAndWeb = 4
|
||||||
|
|
||||||
OnlineStatus = "Online"
|
OnlineStatus = "online"
|
||||||
OfflineStatus = "Offline"
|
OfflineStatus = "offline"
|
||||||
)
|
)
|
||||||
|
|
||||||
var ContentType2PushContent = map[int64]string{
|
var ContentType2PushContent = map[int64]string{
|
||||||
|
|||||||
Reference in New Issue
Block a user