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.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/channels/timeline_channel.rb b/app/channels/timeline_channel.rb
index 9e5a81188..f2a9636fd 100644
--- a/app/channels/timeline_channel.rb
+++ b/app/channels/timeline_channel.rb
@@ -2,8 +2,4 @@ class TimelineChannel < ApplicationCable::Channel
   def subscribed
     stream_from "timeline:#{current_user.account_id}"
   end
-
-  def unsubscribed
-    # Any cleanup needed when channel is unsubscribed
-  end
 end