mirror of
https://github.com/bradganley/bsky-user-activity-bot.git
synced 2025-02-10 10:16:28 +00:00
hardcoded default jestream URL so that declaration in .env is not mandatory
Some checks failed
Create and publish the bot container / build-and-push-image (push) Has been cancelled
Some checks failed
Create and publish the bot container / build-and-push-image (push) Has been cancelled
This commit is contained in:
parent
7effbdc970
commit
31ec15310d
@ -116,7 +116,7 @@ async function initialize() {
|
||||
await testAgent.authenticate()
|
||||
jetstreamSubscription = new JetstreamSubscription(
|
||||
handlers,
|
||||
<string>Bun.env.JETSTREAM_URL,
|
||||
<string>Bun.env.JETSTREAM_URL || "wss://jetstream1.us-west.bsky.network/subscribe",
|
||||
[<string>Bun.env.USER_DID]
|
||||
);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user