mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-08-19 19:29:52 +08:00
Merge branch 'errcode' of github.com:OpenIMSDK/Open-IM-Server into errcode
This commit is contained in:
commit
a862fa3960
@ -1,8 +1,6 @@
|
|||||||
package api
|
package api
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"OpenIM/internal/api/manage"
|
|
||||||
"OpenIM/internal/api/msg"
|
|
||||||
"OpenIM/pkg/common/config"
|
"OpenIM/pkg/common/config"
|
||||||
"OpenIM/pkg/common/log"
|
"OpenIM/pkg/common/log"
|
||||||
"OpenIM/pkg/common/middleware"
|
"OpenIM/pkg/common/middleware"
|
||||||
|
@ -107,7 +107,7 @@ type CallbackGetMessageListReactionExtReq struct {
|
|||||||
OpUserID string `json:"opUserID"`
|
OpUserID string `json:"opUserID"`
|
||||||
SessionType int32 `json:"sessionType"`
|
SessionType int32 `json:"sessionType"`
|
||||||
TypeKeyList []string `json:"typeKeyList"`
|
TypeKeyList []string `json:"typeKeyList"`
|
||||||
MessageKeyList []*msg.GetMessageListReactionExtensionsReq_MessageReactionKey `json:"messageKeyList"`
|
//MessageKeyList []*msg.GetMessageListReactionExtensionsReq_MessageReactionKey `json:"messageKeyList"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type CallbackGetMessageListReactionExtResp struct {
|
type CallbackGetMessageListReactionExtResp struct {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user