From: Mark Felder Date: Mon, 7 Jun 2021 21:10:24 +0000 (-0500) Subject: Channel name was incorrect. We left it as chat:public for backwards compatibility. X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=017f947fc111eb98c964cd984fdb073623407b0e;p=akkoma Channel name was incorrect. We left it as chat:public for backwards compatibility. --- diff --git a/test/pleroma/web/shout_channel_test.exs b/test/pleroma/web/shout_channel_test.exs index a266543d2..5c86efe9f 100644 --- a/test/pleroma/web/shout_channel_test.exs +++ b/test/pleroma/web/shout_channel_test.exs @@ -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