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!
Bug Description
Feishu group messages are rejected with
group not in groupAllowFromeven whengroupPolicy: allowis configured.Environment
Configuration
{ "channels": { "feishu": { "accounts": { "main": { "groupPolicy": "allow" } } } } }Expected Behavior
Group messages should be accepted when
groupPolicyis set toallow.Actual Behavior
Log shows:
The message reaches the Gateway but is rejected by the policy check.
Additional Context
Thank you for any help or guidance!