Combine title and body for Grafana webhooks

This commit is contained in:
2026-01-11 20:12:22 +01:00
parent 11e4587399
commit 7495cc77fd

View File

@@ -172,7 +172,8 @@ def post_bot_message_grafana_webhook(
session: SessionDep,
component: XmppApiComponentDep,
):
_post_message(jid_token, message.body, bot, session, component)
body = f"{message.title}\n{message.body}"
_post_message(jid_token, body, bot, session, component)
def _post_message(