mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-04-30 01:41:43 +00:00
fix(cron): add Matrix to scheduler delivery platform_map
Matrix is a supported gateway platform but was missing from the cron scheduler's delivery platform_map, causing cron job results to silently fail delivery when targeting Matrix rooms. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
88643a1ba9
commit
4be5070427
1 changed files with 1 additions and 0 deletions
|
|
@ -136,6 +136,7 @@ def _deliver_result(job: dict, content: str) -> None:
|
|||
"slack": Platform.SLACK,
|
||||
"whatsapp": Platform.WHATSAPP,
|
||||
"signal": Platform.SIGNAL,
|
||||
"matrix": Platform.MATRIX,
|
||||
"email": Platform.EMAIL,
|
||||
"sms": Platform.SMS,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue