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"
},
"dependencies": {
"bsky-event-handlers": "2.1.0-beta.1",
"bsky-event-handlers": "2.1.0-beta.2",
"@atproto/api": "^0.13.19"
},
"license": "MIT"

View File

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