Skip to content

Commit

Permalink
chores: 同步dismiss的操作。
Browse files Browse the repository at this point in the history
  • Loading branch information
PaienNate committed Oct 20, 2024
1 parent 1ced746 commit abb4ad4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dice/platform_adapter_gocq.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit abb4ad4

Please sign in to comment.