From 627336564b538e87722b579e72fd89d9426fd017 Mon Sep 17 00:00:00 2001
From: Teal <git@teal.is>
Date: Mon, 27 May 2024 13:54:15 +0200
Subject: [PATCH] blah

---
 app/javascript/channels/conference_channel.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app/javascript/channels/conference_channel.js b/app/javascript/channels/conference_channel.js
index 560c3f2..4d517a5 100644
--- a/app/javascript/channels/conference_channel.js
+++ b/app/javascript/channels/conference_channel.js
@@ -2,6 +2,7 @@ import consumer from "channels/consumer"
 
 consumer.subscriptions.create("ConferenceChannel", {
   connected() {
+    console.log("connected to ConferenceChannel")
     // Called when the subscription is ready for use on the server
   },
 
-- 
GitLab