From 794f92d9f5548fd3448f1c2d20a69d0ba5ef928f Mon Sep 17 00:00:00 2001 From: David Cook Date: Tue, 19 Mar 2024 15:06:23 +1100 Subject: [PATCH] Add placeholder file with comments I was surprised to find there's a channel defined by our app code, because it's not defined in the standard place. --- app/webpacker/channels/scoped_channel.js | 1 + 1 file changed, 1 insertion(+) create mode 100644 app/webpacker/channels/scoped_channel.js diff --git a/app/webpacker/channels/scoped_channel.js b/app/webpacker/channels/scoped_channel.js new file mode 100644 index 0000000000..359cf5c26d --- /dev/null +++ b/app/webpacker/channels/scoped_channel.js @@ -0,0 +1 @@ +// ScopedChannel is created with a specific ID in ../controllers/scoped_channel_controller.js