defmodule DiffuserWeb.RequestChannel do
use Phoenix.Channel
def join("request:" <> _room_id, _message, socket) do
{:ok, socket}
end