update mastofe paths (#95)
[akkoma] / lib / pleroma / web / shout_channel.ex
index dc342fdfb191b01b60501d5ae9fc7e58a99d15fd..17caecb1ad5e7f1f310e676f8a0d6152c12ffa93 100644 (file)
@@ -9,7 +9,7 @@ defmodule Pleroma.Web.ShoutChannel do
   alias Pleroma.Web.MastodonAPI.AccountView
   alias Pleroma.Web.ShoutChannel.ShoutChannelState
 
-  def join("shout:public", _message, socket) do
+  def join("chat:public", _message, socket) do
     send(self(), :after_join)
     {:ok, socket}
   end