[#114] Added email confirmation resend action. Added tests
[akkoma] / lib / pleroma / web / channels / user_socket.ex
index 07ddee16913646fe219ada404bb635da98ef56a3..9918d3b49af9f94d8f52e415b3b21209684b86f9 100644 (file)
@@ -6,10 +6,6 @@ defmodule Pleroma.Web.UserSocket do
   # channel "room:*", Pleroma.Web.RoomChannel
   channel("chat:*", Pleroma.Web.ChatChannel)
 
-  ## Transports
-  transport(:websocket, Phoenix.Transports.WebSocket)
-  # transport :longpoll, Phoenix.Transports.LongPoll
-
   # Socket params are passed from the client and can
   # be used to verify and authenticate a user. After
   # verification, you can put default assigns into