Files
openclaw/extensions/nextcloud-talk
Masato Hoshino 46b2bed375 fix(nextcloud-talk): reject reactions for disabled or unconfigured accounts (#112675)
The react message-action handler dispatched straight to the sender without
checking the resolved account, so a disabled Nextcloud Talk account
(`enabled:false`) that still had a baseUrl/botSecret in config could keep
emitting reactions. `describeMessageTool` already hides the tool for
unconfigured accounts, but an explicit accountId can reach `handleAction`
directly. Enforce the same enabled+configured gate at dispatch, mirroring
the Signal reaction fix (#112607).

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-29 06:34:54 -04:00
..

OpenClaw Nextcloud Talk

Official OpenClaw channel plugin for Nextcloud Talk conversations.

Install from OpenClaw:

openclaw plugins install @openclaw/nextcloud-talk

Configure the Nextcloud server and Talk credentials in OpenClaw, then enable the conversations where agents should receive and send messages.