@openduo/channel-feishu 0.2.8 → 0.2.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -79,6 +79,12 @@ All configuration is via environment variables:
79
79
  | `FEISHU_BOT_OPEN_ID` | — | Bot's own open_id (for mention detection) |
80
80
  | `FEISHU_LOG_LEVEL` | `info` | Log level |
81
81
 
82
+ For `FEISHU_GROUP_POLICY=allowlist`, `FEISHU_ALLOW_FROM` and `FEISHU_ALLOW_GROUPS` are peer entity allowlists:
83
+
84
+ - A listed `open_id` may talk to the bot in any group.
85
+ - A listed `chat_id` allows any member of that group to talk to the bot.
86
+ - If neither list matches, the group message is denied.
87
+
82
88
  **Render modes:**
83
89
 
84
90
  - `auto` — plain text by default; switches to interactive card when output contains code blocks or tables.