From 4004163fac92ed2d29b53849f31dc0bb849a8e60 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Fri, 24 Jun 2022 20:36:06 +0000 Subject: [PATCH] actions/streaming: comment out unused import --- app/soapbox/actions/streaming.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/soapbox/actions/streaming.ts b/app/soapbox/actions/streaming.ts index 2da9bb5a8..c47667197 100644 --- a/app/soapbox/actions/streaming.ts +++ b/app/soapbox/actions/streaming.ts @@ -8,7 +8,7 @@ import { fetchFilters } from './filters'; import { updateNotificationsQueue, expandNotifications } from './notifications'; import { updateStatus } from './statuses'; import { - deleteFromTimelines, + // deleteFromTimelines, expandHomeTimeline, connectTimeline, disconnectTimeline,