Channel name was incorrect. We left it as chat:public for backwards compatibility.

This commit is contained in:
Mark Felder 2021-06-07 16:10:24 -05:00
parent a5ae0432ed
commit 017f947fc1
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ defmodule Pleroma.Web.ShoutChannelTest do
{:ok, _, socket} =
socket(UserSocket, "", %{user_name: user.nickname})
|> subscribe_and_join(ShoutChannel, "shout:public")
|> subscribe_and_join(ShoutChannel, "chat:public")
{:ok, socket: socket}
end