Files
openclaw/extensions
Tony Dehnke 921a8aaa50 fix(mattermost): sanitize button action IDs for Mattermost routing
Mattermost uses action IDs in URL paths for server-side routing
(/api/v4/posts/{id}/actions/{actionId}). IDs containing hyphens or
underscores break this routing silently — buttons render but clicks
do nothing.

Strip hyphens and underscores from action IDs before sending.

Ref: https://github.com/mattermost/mattermost/issues/25747
2026-03-05 14:33:35 +00:00
..