Skip to content

Commit

Permalink
Beta53 (#163)
Browse files Browse the repository at this point in the history
* bugfix

* add a lot

* add a lot

* add webui sysinfo

* add webui sysinfo

* beta51

* beta51

* test
  • Loading branch information
Hoshinonyaruko authored Nov 22, 2023
1 parent 599211c commit a9ef557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handlers/send_group_msg.go
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ func handleSendGroupMsg(client callapi.Client, api openapi.OpenAPI, apiv2 openap
}
}
}
if message_return.MediaResponse.FileInfo != "" {
if message_return != nil && message_return.MediaResponse != nil && message_return.MediaResponse.FileInfo != "" {
msgseq := echo.GetMappingSeq(messageID)
echo.AddMappingSeq(messageID, msgseq+1)
media := dto.Media{
Expand Down

0 comments on commit a9ef557

Please sign in to comment.