Skip to content

Commit

Permalink
Beta410 (#414)
Browse files Browse the repository at this point in the history
* beta399

* beta400

* beta401

* beta402

* beta403

* beta404

* beta405

* beta406

* beta407

* beta408

* beta409

* beta410
  • Loading branch information
Hoshinonyaruko authored May 26, 2024
1 parent 65b5e81 commit 6647490
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 @@ -510,7 +510,7 @@ func HandleSendGroupMsg(client callapi.Client, api openapi.OpenAPI, apiv2 openap
}
}
// 错误保存到本地
if config.GetSaveError() {
if err != nil && config.GetSaveError() {
mylog.ErrLogToFile("type", "PostGroupMessage")
mylog.ErrInterfaceToFile("request", richMediaMessage)
mylog.ErrLogToFile("error", err.Error())
Expand Down

0 comments on commit 6647490

Please sign in to comment.