Skip to content

fix(matrix): add missing matrix entry in PLATFORMS dict (salvage #3314)#3473

Merged
teknium1 merged 1 commit intomainfrom
hermes/hermes-a2b72b01
Mar 28, 2026
Merged

fix(matrix): add missing matrix entry in PLATFORMS dict (salvage #3314)#3473
teknium1 merged 1 commit intomainfrom
hermes/hermes-a2b72b01

Conversation

@teknium1
Copy link
Copy Markdown
Contributor

Salvage of #3314 by @williamtwomey. Cherry-picked clean.

Matrix platform was missing from the PLATFORMS dict in tools_config.py, causing a KeyError: 'matrix' in _get_platform_tools() on every Matrix message. One-liner — adds the entry matching the pattern of all other platforms.

Closes #3314.

Matrix platform was missing from the PLATFORMS config, causing a
KeyError in _get_platform_tools() when handling Matrix messages.
Every other platform (telegram, discord, slack, etc.) was present
but matrix was overlooked.
@teknium1 teknium1 merged commit 388fa52 into main Mar 28, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants