Merge pull request #2167 from buntingszn/fix/cron-matrix-delivery

fix(cron): add Matrix to scheduler delivery platform_map
This commit is contained in:
Teknium
2026-03-20 08:50:14 -07:00
committed by GitHub

View File

@@ -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,
}