openclaw/extensions/googlechat
Matt Keenan fe778e81f9 feat: add actions.sendMessage gating to Discord, Slack, Google Chat, Matrix (#4703)
Enables read-only mode for these channels by adding actions.sendMessage
configuration option. When set to false, blocks outbound messages while
still allowing message reception.

Follows the existing Telegram/WhatsApp pattern:
- Add sendMessage?: boolean to channel ActionConfig types
- Check gate in action handler, throw error if disabled
- Default: true (enabled) when not specified

This brings read-only mode support to 6 out of 7 core channels
(Telegram, WhatsApp, Discord, Slack, Google Chat, Matrix).
2026-01-30 15:06:56 +00:00
..
src feat: add actions.sendMessage gating to Discord, Slack, Google Chat, Matrix (#4703) 2026-01-30 15:06:56 +00:00
index.ts refactor: rename to openclaw 2026-01-30 03:16:21 +01:00
openclaw.plugin.json refactor: rename to openclaw 2026-01-30 03:16:21 +01:00
package.json chore: release 2026.1.29 2026-01-30 06:25:45 +01:00