Fix: incorrect negation in setting group.Closed
Fixes a logic error where group.Closed was incorrectly assigned with negation.
Originally:
`group.Closed = !*a.ClosedValue
`
Now:
`group.Closed = *a.ClosedValue`
合并状态:已合并 合并于 2025-05-29 关闭于 2025-05-29 0 条评论