Skip to content

Commit

Permalink
Add a note of deprecated pubsub calls
Browse files Browse the repository at this point in the history
  • Loading branch information
mreishus committed Apr 23, 2020
1 parent 2bc874c commit 0c0d2b1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions deprecated.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
warning: DemonSpiritWeb.Endpoint.subscribe/1 is deprecated.
DemonSpiritWeb.Endpoint.subscribe/2 is deprecated, please call Phoenix.PubSub
directly instead lib/demon_spirit_web/live/live_game_index.ex:18:
DemonSpiritWeb.LiveGameIndex.mount/3

warning: DemonSpiritWeb.Endpoint.subscribe/1 is deprecated.
DemonSpiritWeb.Endpoint.subscribe/2 is deprecated, please call Phoenix.PubSub
directly instead lib/demon_spirit_web/live/live_chat_index.ex:16:
DemonSpiritWeb.LiveChatIndex.mount/3

warning: DemonSpiritWeb.Endpoint.subscribe/1 is deprecated.
DemonSpiritWeb.Endpoint.subscribe/2 is deprecated, please call Phoenix.PubSub
directly instead lib/demon_spirit_web/live/live_game_show.ex:18:
DemonSpiritWeb.LiveGameShow.mount/3

0 comments on commit 0c0d2b1

Please sign in to comment.