Skip to content

Commit

Permalink
when it doubt jetstream2 it out (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
WillCorrigan authored Nov 6, 2024
1 parent 5d53fd8 commit 78f3680
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 78f3680

Please sign in to comment.