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

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(() =>{