Handle accessing ws socket without auth
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
15b3940262
commit
6adbbc6a1d
@ -24,5 +24,7 @@ defmodule Mobilizon.Web.GraphQLSocket do
|
||||
end
|
||||
end
|
||||
|
||||
def connect(_args, _socket), do: :error
|
||||
|
||||
def id(_socket), do: nil
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user