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