mirror of
https://git.robbyzambito.me/bluesky-nats-proxy/
synced 2025-12-20 08:14:50 +00:00
subscribe all
This commit is contained in:
2
main.go
2
main.go
@@ -42,7 +42,7 @@ func main() {
|
||||
defer nc.Close()
|
||||
|
||||
// Connect to WebSocket
|
||||
c, _, err := websocket.DefaultDialer.Dial("wss://jetstream2.us-east.bsky.network/subscribe?wantedCollections=app.bsky.feed.post", nil)
|
||||
c, _, err := websocket.DefaultDialer.Dial("wss://jetstream2.us-east.bsky.network/subscribe", nil)
|
||||
if err != nil {
|
||||
log.Fatal("Error connecting to WebSocket:", err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user