Merge pull request #2167 from buntingszn/fix/cron-matrix-delivery
fix(cron): add Matrix to scheduler delivery platform_map
This commit is contained in:
commit
a51a767407
1 changed files with 1 additions and 0 deletions
|
|
@ -136,6 +136,7 @@ def _deliver_result(job: dict, content: str) -> None:
|
||||||
"slack": Platform.SLACK,
|
"slack": Platform.SLACK,
|
||||||
"whatsapp": Platform.WHATSAPP,
|
"whatsapp": Platform.WHATSAPP,
|
||||||
"signal": Platform.SIGNAL,
|
"signal": Platform.SIGNAL,
|
||||||
|
"matrix": Platform.MATRIX,
|
||||||
"email": Platform.EMAIL,
|
"email": Platform.EMAIL,
|
||||||
"sms": Platform.SMS,
|
"sms": Platform.SMS,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue