mirror of
https://github.com/bradganley/bsky-user-activity-bot.git
synced 2025-12-10 03:05:26 +00:00
filter jetstream dids
This commit is contained in:
@@ -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(() =>{
|
||||
|
||||
Reference in New Issue
Block a user