mirror of
https://github.com/ipnet-mesh/meshcore-hub.git
synced 2026-06-28 05:51:36 +02:00
f716e34bf5
The node detail page sends a public_key query param when fetching recent advertisements, but the API silently ignored it (FastAPI ignores unknown query params). This returned the 10 most recent ads network-wide instead of for the specific node, making all dates appear as today.