update mastofe paths (#95)
[akkoma] / lib / pleroma / web / channels / user_socket.ex
index 130809bb79ce293114b0ca774f3d6e0d96e26d7c..043206835221d71ab63509fa530ba8679a56db64 100644 (file)
@@ -8,7 +8,7 @@ defmodule Pleroma.Web.UserSocket do
 
   ## Channels
   # channel "room:*", Pleroma.Web.RoomChannel
-  channel("shout:*", Pleroma.Web.ShoutChannel)
+  channel("chat:*", Pleroma.Web.ShoutChannel)
 
   # Socket params are passed from the client and can
   # be used to verify and authenticate a user. After