diff --git a/app/channels/room_channel.rb b/app/channels/room_channel.rb index e102bc162..a897c3cbd 100644 --- a/app/channels/room_channel.rb +++ b/app/channels/room_channel.rb @@ -15,6 +15,7 @@ class RoomChannel < ApplicationCable::Channel end def update_presence + log_params update_subscription broadcast_presence end