mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-24 18:36:19 +08:00
fix mongoDB bug
This commit is contained in:
parent
7812a4bb58
commit
09fe19d97b
@ -262,6 +262,10 @@ type FileElem struct {
|
|||||||
type AtElem struct {
|
type AtElem struct {
|
||||||
Text string `mapstructure:"text"`
|
Text string `mapstructure:"text"`
|
||||||
AtUserList []string `mapstructure:"atUserList"`
|
AtUserList []string `mapstructure:"atUserList"`
|
||||||
|
AtUsersInfo []struct {
|
||||||
|
AtUserID string `json:"atUserID,omitempty"`
|
||||||
|
GroupNickname string `json:"groupNickname,omitempty"`
|
||||||
|
} `json:"atUsersInfo,omitempty"`
|
||||||
IsAtSelf bool `mapstructure:"isAtSelf"`
|
IsAtSelf bool `mapstructure:"isAtSelf"`
|
||||||
}
|
}
|
||||||
type LocationElem struct {
|
type LocationElem struct {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user