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 b214449 commit 831c029Copy full SHA for 831c029
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