Skip to content

Commit

Permalink
Change local_broadcast to broadcast (all nodes in cluster)
Browse files Browse the repository at this point in the history
  • Loading branch information
mellelieuwes committed Nov 16, 2023
1 parent 170096f commit 284d28f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/systems/observatory/_switch.ex
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ defmodule Systems.Observatory.Switch do
}

def intercept({:page, page}, %{id: id} = message) do
Observatory.Public.local_dispatch(page, [id], message)
Observatory.Public.dispatch(page, [id], message)
end
end

0 comments on commit 284d28f

Please sign in to comment.