filter jetstream dids

This commit is contained in:
Juni 2024-12-11 15:07:32 -06:00
parent c7e0bb9d05
commit e40c27019a
3 changed files with 3 additions and 3 deletions

BIN
bun.lockb

Binary file not shown.

View File

@ -15,7 +15,7 @@
"typescript": "^5.0.0" "typescript": "^5.0.0"
}, },
"dependencies": { "dependencies": {
"bsky-event-handlers": "2.1.0-beta.1", "bsky-event-handlers": "2.1.0-beta.2",
"@atproto/api": "^0.13.19" "@atproto/api": "^0.13.19"
}, },
"license": "MIT" "license": "MIT"

View File

@ -110,9 +110,9 @@ async function initialize() {
await testAgent.authenticate() await testAgent.authenticate()
jetstreamSubscription = new JetstreamSubscription( jetstreamSubscription = new JetstreamSubscription(
handlers, handlers,
<string>Bun.env.JETSTREAM_URL <string>Bun.env.JETSTREAM_URL,
[<string>Bun.env.USER_DID]
); );
} }
initialize().then(() =>{ initialize().then(() =>{