Channel name was incorrect. We left it as chat:public for backwards compatibility.
This commit is contained in:
parent
a5ae0432ed
commit
017f947fc1
|
@ -14,7 +14,7 @@ defmodule Pleroma.Web.ShoutChannelTest do
|
||||||
|
|
||||||
{:ok, _, socket} =
|
{:ok, _, socket} =
|
||||||
socket(UserSocket, "", %{user_name: user.nickname})
|
socket(UserSocket, "", %{user_name: user.nickname})
|
||||||
|> subscribe_and_join(ShoutChannel, "shout:public")
|
|> subscribe_and_join(ShoutChannel, "chat:public")
|
||||||
|
|
||||||
{:ok, socket: socket}
|
{:ok, socket: socket}
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue