From 0562ba174cbbd0f4ad53286dc82af1ac7dfeab94 Mon Sep 17 00:00:00 2001 From: cdle <798731886@qq.com> Date: Sun, 10 Oct 2021 23:39:46 +0800 Subject: [PATCH] update --- im/wx/init.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/im/wx/init.go b/im/wx/init.go index de287c1..beb4eb4 100644 --- a/im/wx/init.go +++ b/im/wx/init.go @@ -121,7 +121,7 @@ func init() { Name: name(add), }, } - sendOtherMsg(&pmsg) + defer sendOtherMsg(&pmsg) } } }