mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-07-09 22:31:15 +08:00
Compare commits
1 Commits
924ab3b75d
...
798febe735
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
798febe735 |
@ -219,8 +219,6 @@ func (m *MessageApi) getSendMsgReq(c *gin.Context, req apistruct.SendMsg) (sendM
|
||||
data = &apistruct.CustomElem{}
|
||||
case constant.MarkdownText:
|
||||
data = &apistruct.MarkdownTextElem{}
|
||||
case constant.Quote:
|
||||
data = &apistruct.QuoteElem{}
|
||||
case constant.OANotification:
|
||||
data = &apistruct.OANotificationElem{}
|
||||
req.SessionType = constant.NotificationChatType
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user