diff --git a/src/routers/public_api.py b/src/routers/public_api.py index e515342..9086b39 100644 --- a/src/routers/public_api.py +++ b/src/routers/public_api.py @@ -179,6 +179,7 @@ async def _build_lagebild_response(db, incident_ids: list, primary_id: int) -> d "article_count": len(articles), "source_count": source_count, "factcheck_count": len(fact_checks), + "latest_developments": incident.get("latest_developments") or "", }, "current_lagebild": { "summary_markdown": incident.get("summary", ""),