about summary refs log tree commit diff
path: root/app/channels/timeline_channel.rb
diff options
context:
space:
mode:
Diffstat (limited to 'app/channels/timeline_channel.rb')
-rw-r--r--app/channels/timeline_channel.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/app/channels/timeline_channel.rb b/app/channels/timeline_channel.rb
deleted file mode 100644
index 7b8d63ef5..000000000
--- a/app/channels/timeline_channel.rb
+++ /dev/null
@@ -1,7 +0,0 @@
-# frozen_string_literal: true
-
-class TimelineChannel < ApplicationCable::Channel
-  def subscribed
-    stream_from "timeline:#{current_user.account_id}"
-  end
-end