We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 831c029 commit 6a5754dCopy full SHA for 6a5754d
lib/phoenix/channel.ex
@@ -464,7 +464,7 @@ defmodule Phoenix.Channel do
464
@behaviour unquote(__MODULE__)
465
@on_definition unquote(__MODULE__)
466
@before_compile unquote(__MODULE__)
467
- @phoenix_intercepts {}
+ @phoenix_intercepts %{}
468
@phoenix_log_join Keyword.get(opts, :log_join, :info)
469
@phoenix_log_handle_in Keyword.get(opts, :log_handle_in, :debug)
470
@phoenix_hibernate_after Keyword.get(opts, :hibernate_after, 15_000)
0 commit comments