diff --git a/main.go b/main.go index 4b64d98..3accd19 100644 --- a/main.go +++ b/main.go @@ -231,8 +231,8 @@ func main() { c.ClientIP(), upstream.ID, upstream.SK, upstream.Endpoint, err.Error(), ) - go sendMatrixMessage(content) if err.Error() != "context canceled" && r.Response.StatusCode != 400 { + go sendMatrixMessage(content) go sendFeishuMessage(content) }