You need to implement the solution directly with ActionCable. When you capture the action on the client side, make a request to the backend to retrieve the current user, then do whatever you need to do with the user and the information previously received through ActionCable.