chore: log params

This commit is contained in:
Vishnu Narayanan
2024-11-14 22:27:29 +05:30
parent e5ecb84277
commit 4f4dcef4f1
+1
View File
@@ -15,6 +15,7 @@ class RoomChannel < ApplicationCable::Channel
end
def update_presence
log_params
update_subscription
broadcast_presence
end