mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-27 03:58:55 +08:00
send msg file modify
This commit is contained in:
parent
333453df79
commit
2d56dacd0e
@ -37,6 +37,7 @@ const (
|
|||||||
Card = 108
|
Card = 108
|
||||||
Location = 109
|
Location = 109
|
||||||
Custom = 110
|
Custom = 110
|
||||||
|
Revoke = 111
|
||||||
HasReadReceipt = 112
|
HasReadReceipt = 112
|
||||||
Typing = 113
|
Typing = 113
|
||||||
Quote = 114
|
Quote = 114
|
||||||
@ -48,8 +49,6 @@ const (
|
|||||||
AddFriendTip = 202
|
AddFriendTip = 202
|
||||||
RefuseFriendApplicationTip = 203
|
RefuseFriendApplicationTip = 203
|
||||||
SetSelfInfoTip = 204
|
SetSelfInfoTip = 204
|
||||||
Revoke = 205
|
|
||||||
C2CMessageAsRead = 206
|
|
||||||
|
|
||||||
TransferGroupOwnerTip = 501
|
TransferGroupOwnerTip = 501
|
||||||
CreateGroupTip = 502
|
CreateGroupTip = 502
|
||||||
@ -95,6 +94,14 @@ const (
|
|||||||
ReceiveMessage = 0
|
ReceiveMessage = 0
|
||||||
NotReceiveMessage = 1
|
NotReceiveMessage = 1
|
||||||
ReceiveNotNotifyMessage = 2
|
ReceiveNotNotifyMessage = 2
|
||||||
|
|
||||||
|
//OptionsKey
|
||||||
|
IsHistory = "history"
|
||||||
|
IsPersistent = "persistent"
|
||||||
|
IsOfflinePush = "offlinePush"
|
||||||
|
IsUnreadCount = "unreadCount"
|
||||||
|
IsConversationUpdate = "conversationUpdate"
|
||||||
|
IsSenderSync = "senderSync"
|
||||||
)
|
)
|
||||||
|
|
||||||
var ContentType2PushContent = map[int64]string{
|
var ContentType2PushContent = map[int64]string{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user