logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 017f947fc111eb98c964cd984fdb073623407b0e
parent a5ae0432ed2353c714a4c212e418e6cc0ea91eb6
Author: Mark Felder <feld@feld.me>
Date:   Mon,  7 Jun 2021 16:10:24 -0500

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

Diffstat:

Mtest/pleroma/web/shout_channel_test.exs2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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