Fix missing historical_packets in socket assigns
Add missing :historical_packets initialization to prevent KeyError when HistoricalLoader tries to access it during zoom-based display handling. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
e97d1d6e33
commit
114514bdfe
1 changed files with 1 additions and 0 deletions
|
|
@ -155,6 +155,7 @@ defmodule AprsmeWeb.MapLive.Index do
|
|||
packets: [],
|
||||
all_packets: %{},
|
||||
visible_packets: %{},
|
||||
historical_packets: %{},
|
||||
page_title: "APRS Map",
|
||||
packet_state: PacketManager.init_packet_state(),
|
||||
station_popup_open: false,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue