improving game
This commit is contained in:
@@ -5,6 +5,7 @@ defmodule BackendWeb.UserSocket do
|
||||
|
||||
## Channels
|
||||
channel("user:*", BackendWeb.ConnectedUserChannel)
|
||||
channel("clusterstatus", BackendWeb.ClusterStatusChannel)
|
||||
|
||||
@impl true
|
||||
def connect(%{"user_name" => user_name}, socket, _connect_info) do
|
||||
|
||||
Reference in New Issue
Block a user