mirror of
https://github.com/zvx-echo6/meshai.git
synced 2026-06-11 01:14:45 +02:00
fix: avalanche wire format — use _meshai_precomposed bypass so multi-line survives composer
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
ae884b9651
commit
bf5b346215
1 changed files with 2 additions and 1 deletions
3
meshai/env/avalanche.py
vendored
3
meshai/env/avalanche.py
vendored
|
|
@ -314,8 +314,9 @@ class AvalancheAdapter:
|
||||||
source="avalanche",
|
source="avalanche",
|
||||||
category=category,
|
category=category,
|
||||||
severity=severity,
|
severity=severity,
|
||||||
title=title,
|
title=summary,
|
||||||
summary=summary,
|
summary=summary,
|
||||||
|
data={"_meshai_precomposed": True},
|
||||||
timestamp=evt.get("fetched_at"),
|
timestamp=evt.get("fetched_at"),
|
||||||
expires=evt.get("expires"),
|
expires=evt.get("expires"),
|
||||||
lat=lat,
|
lat=lat,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue