projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5ae043
)
Channel name was incorrect. We left it as chat:public for backwards compatibility.
author
Mark Felder
<feld@feld.me>
Mon, 7 Jun 2021 21:10:24 +0000
(16:10 -0500)
committer
Mark Felder
<feld@feld.me>
Mon, 7 Jun 2021 21:10:24 +0000
(16:10 -0500)
test/pleroma/web/shout_channel_test.exs
patch
|
blob
|
history
diff --git
a/test/pleroma/web/shout_channel_test.exs
b/test/pleroma/web/shout_channel_test.exs
index a266543d26ddbc3a9f92d4e11ba530550da548b8..5c86efe9f0cab6718a727244a91d5c1bf818752b 100644
(file)
--- 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, "
shou
t:public")
+ |> subscribe_and_join(ShoutChannel, "
cha
t:public")
{:ok, socket: socket}
end