diff --git a/streaming/index.js b/streaming/index.js
index 1ead17d5367ac5c4f0d8367b46d86e532ba021ba..a4a1df9def4bccef9bc75fa99edfa766bceff48d 100644
--- a/streaming/index.js
+++ b/streaming/index.js
@@ -763,17 +763,6 @@ const startWorker = (workerId) => {
         options: { needsFiltering: true, notificationOnly: false },
       });
 
-      break;
-    case 'public:local':
-      if (!isImast(req)) {
-        reject('No local stream provided');
-      }
-
-      resolve({
-        channelIds: ['timeline:public'],
-        options: { needsFiltering: true, notificationOnly: false },
-      });
-
       break;
     case 'public:local':
       resolve({