mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-01 07:35:58 +08:00
constan
This commit is contained in:
@@ -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