We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c4a3b07 + 4d496f5 commit 5911b36Copy full SHA for 5911b36
lib/code_corps_web/channels/user_socket.ex
@@ -28,6 +28,9 @@ defmodule CodeCorpsWeb.UserSocket do
28
_ -> {:ok, socket}
29
end
30
31
+ def connect(_params, socket) do
32
+ {:ok, socket}
33
+ end
34
35
# Socket id's are topics that allow you to identify all sockets for a given user:
36
#
priv/repo/structure.sql
@@ -2,8 +2,8 @@
2
-- PostgreSQL database dump
3
--
4
5
--- Dumped from database version 10.0
6
--- Dumped by pg_dump version 10.0
+-- Dumped from database version 10.1
+-- Dumped by pg_dump version 10.1
7
8
SET statement_timeout = 0;
9
SET lock_timeout = 0;
0 commit comments