mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
On clients prior to https://github.com/firezone/firezone/pull/10604, sending `resource_created_or_updated` for a site change would cause a panic. With the introduction of that PR, the portal can now send this message without needing to "toggle" the resource first by sending `resource_deleted`. Fixes: #10593