mirror of
https://github.com/bradganley/bsky-user-activity-bot.git
synced 2024-12-23 10:47:08 +00:00
filter jetstream dids
This commit is contained in:
parent
c7e0bb9d05
commit
e40c27019a
@ -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"
|
||||
|
@ -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(() =>{
|
||||
|
Loading…
Reference in New Issue
Block a user