From 78f3680b8f7f69fe706eb47ddb3327a2d6755f08 Mon Sep 17 00:00:00 2001 From: William Corrigan <7037869+WillCorrigan@users.noreply.github.com> Date: Wed, 6 Nov 2024 23:42:42 +0000 Subject: [PATCH] when it doubt jetstream2 it out (#2) --- config.yml | 11 +++++++---- fly.toml | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/config.yml b/config.yml index aa9b844..61c6df7 100644 --- a/config.yml +++ b/config.yml @@ -12,14 +12,17 @@ feeds: deny: "at://did:plc:4acsffvbo4niovge362ptijz/app.bsky.feed.post/3la5bsyzj3j23" matchers: - path: "$.did" - value: "did:plc:tgudj2fjm77pzkuawquqhsxm" + value: "did:plc:naxgru5hoiqlaosuneywxuxz" type: equal - path: "$.commit.record.facets[*].features[?(@['$type'] == 'app.bsky.richtext.facet#tag')].tag" - values: ["smoke", "signal"] + values: ["frontpage.fyi"] type: sequence - path: "$.commit.record.facets[*].features[?(@['$type'] == 'app.bsky.richtext.facet#link')].uri" - value: "https://smokesignal.events/" + value: "https://frontpage.fyi" type: prefix - path: "$.commit.record.embed.external.uri" - value: "https://smokesignal.events/" + value: "https://frontpage.fyi" type: prefix + - path: "$.commit.record.facets[*].features[?(@['$type'] == 'app.bsky.richtext.facet#mention')].did" + value: "did:plc:naxgru5hoiqlaosuneywxuxz" + type: equal diff --git a/fly.toml b/fly.toml index 821b986..7868a24 100644 --- a/fly.toml +++ b/fly.toml @@ -31,6 +31,6 @@ cpus = 1 [env] HTTP_PORT = '8080' EXTERNAL_BASE = 'feeds.unravel.fyi' -JETSTREAM_HOSTNAME = "jetstream1.us-east.bsky.network" +JETSTREAM_HOSTNAME = "jetstream2.us-east.bsky.network" CONSUMER_TASK_ENABLE = "true" FEEDS = '/var/lib/supercell/config.yml'