From abb4ad4559abcecb96eab9673289f63b083acfc3 Mon Sep 17 00:00:00 2001 From: Pinenutn <1101839859@qq.com> Date: Sun, 20 Oct 2024 10:49:59 +0800 Subject: [PATCH] =?UTF-8?q?chores:=20=E5=90=8C=E6=AD=A5dismiss=E7=9A=84?= =?UTF-8?q?=E6=93=8D=E4=BD=9C=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dice/platform_adapter_gocq.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dice/platform_adapter_gocq.go b/dice/platform_adapter_gocq.go index e68e2d8b..647a2b5a 100644 --- a/dice/platform_adapter_gocq.go +++ b/dice/platform_adapter_gocq.go @@ -1000,8 +1000,9 @@ func (pa *PlatformAdapterGocq) Serve() int { ctx.Notice(txtErr) return } - // TODO:存疑,根据其他地方的描述,这里的ep.UserID等价于v.DiceID,这样使用是否正确有待进一步测试 + // TODO:存疑,根据DISMISS的代码复制而来 group.DiceIDExistsMap.Delete(ep.UserID) + group.UpdatedAtTime = time.Now().Unix() log.Info(txt) ctx.Notice(txt) return