Skip to content

[Bug]: Feishu groupPolicy allowlist not working on Windows - works on Linux #33862

@zng8418

Description

@zng8418

Bug Description

Feishu group messages are rejected with group not in groupAllowFrom even when groupPolicy: allow is configured.

Environment

  • OS: Windows 11
  • OpenClaw version: 2026.2.26
  • Node version: v22.22.0
  • Same config works on: Ubuntu (Alibaba Cloud)

Configuration

{
  "channels": {
    "feishu": {
      "accounts": {
        "main": {
          "groupPolicy": "allow"
        }
      }
    }
  }
}

Expected Behavior

Group messages should be accepted when groupPolicy is set to allow.

Actual Behavior

Log shows:

feishu[default]: group oc_xxx not in groupAllowFrom (groupPolicy=allow)

The message reaches the Gateway but is rejected by the policy check.

Additional Context

Thank you for any help or guidance!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions