mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-19 01:31:37 +00:00
Nextcloud Talk's supportsAction advertised support for all non-send actions (including delete, pin, edit, read), but the handler only implements 'react'. Unsupported actions passed the dispatcher boundary check only to fail inside the handler. This aligns supportsAction with actual implementation, matching the pattern from PR #104788 (Signal adapter fix).