Channel name was incorrect. We left it as chat:public for backwards compatibility.
authorMark Felder <feld@feld.me>
Mon, 7 Jun 2021 21:10:24 +0000 (16:10 -0500)
committerMark Felder <feld@feld.me>
Mon, 7 Jun 2021 21:10:24 +0000 (16:10 -0500)
test/pleroma/web/shout_channel_test.exs

index a266543d26ddbc3a9f92d4e11ba530550da548b8..5c86efe9f0cab6718a727244a91d5c1bf818752b 100644 (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