Upgrade to Phoenix 1.4

This commit is contained in:
href 2018-12-16 17:15:07 +01:00
commit f672555ad3
No known key found for this signature in database
GPG key ID: EE8296C1A152C325
7 changed files with 102 additions and 58 deletions

View 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