Keep original Shoutbox channel name as chat:public

There is no sane / high level workaround for merging users who join shout:public and chat:public.
This commit is contained in:
Mark Felder 2021-06-01 14:34:13 -05:00
commit 0be7eada92
2 changed files with 2 additions and 5 deletions

View 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