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"
|
"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"
|
||||||
|
@ -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(() =>{
|
||||||
|
Loading…
Reference in New Issue
Block a user