mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-05 20:11:14 +08:00
constan
This commit is contained in:
parent
4a66911a61
commit
aff733bbd9
@ -1 +1 @@
|
||||
Subproject commit 610fc07d46dd0ee52428bf429beb80a515e6b872
|
||||
Subproject commit 0e57291413f3cccd365c6947875387638349276a
|
@ -87,8 +87,8 @@ const (
|
||||
//Pc端互斥,移动端互斥,但是web端可以同时在线
|
||||
PcMobileAndWeb = 4
|
||||
|
||||
OnlineStatus = "Online"
|
||||
OfflineStatus = "Offline"
|
||||
OnlineStatus = "online"
|
||||
OfflineStatus = "offline"
|
||||
)
|
||||
|
||||
var ContentType2PushContent = map[int64]string{
|
||||
|
Loading…
x
Reference in New Issue
Block a user