From 72b3af9fe3e768d9edb49e48741d04b952f515a4 Mon Sep 17 00:00:00 2001 From: Ryan Barrett Date: Tue, 14 Nov 2023 14:07:56 -0800 Subject: [PATCH] hub dispatch: route /queue/atproto-poll-posts --- dispatch.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dispatch.yaml b/dispatch.yaml index 0e411a0..e0516d9 100644 --- a/dispatch.yaml +++ b/dispatch.yaml @@ -7,5 +7,8 @@ dispatch: - url: "*/queue/atproto-poll-notifs" service: hub + - url: "*/queue/atproto-poll-posts" + service: hub + - url: "*/xrpc/com.atproto.sync.subscribeRepos" service: hub