mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-05-02 15:56:46 +08:00
fix mongoDB bug
This commit is contained in:
parent
0c5cec8413
commit
0e9810e9ff
@ -157,6 +157,8 @@ func ManagementSendMsg(c *gin.Context) {
|
|||||||
data = CustomElem{}
|
data = CustomElem{}
|
||||||
case constant.CustomOnlineOnly:
|
case constant.CustomOnlineOnly:
|
||||||
data = CustomElem{}
|
data = CustomElem{}
|
||||||
|
case constant.AtText:
|
||||||
|
data = AtElem{}
|
||||||
//case constant.HasReadReceipt:
|
//case constant.HasReadReceipt:
|
||||||
//case constant.Typing:
|
//case constant.Typing:
|
||||||
//case constant.Quote:
|
//case constant.Quote:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user