Skip to content

Commit

Permalink
fix #1520
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrs4s committed Jun 5, 2022
1 parent 70d1bfe commit d25209c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coolq/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,7 @@ func (bot *CQBot) uploadForwardElement(m gjson.Result, target int64, sourceType
if msgTime == 0 {
msgTime = ts.Unix()
}
name := e.Get("data.name").Str
name := e.Get("data.[name,nickname].0").Str
c := e.Get("data.content")
if c.IsArray() {
nested := false
Expand Down

0 comments on commit d25209c

Please sign in to comment.