From 4071a098c497a9ec909b9dba15d029a28b33f1d8 Mon Sep 17 00:00:00 2001 From: Aleteoryx Date: Fri, 22 Nov 2024 19:17:47 -0500 Subject: [PATCH] fix this again --- src/jetstream.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jetstream.tcl b/src/jetstream.tcl index e8a9865..c85df00 100644 --- a/src/jetstream.tcl +++ b/src/jetstream.tcl @@ -8,7 +8,7 @@ namespace eval ::jetstream { set postfix [sha1::sha1 -hex -- $host] proc ::jetstream::on_ws_${postfix}_close {} [ list ::ws::c::connect $host 443 \ - /subscribe?wantedCollections=app.bsky.feed.post on_ws_$postfix] + /subscribe?wantedCollections=app.bsky.feed.post ::jetstream::on_ws_$postfix] proc ::jetstream::on_ws_$postfix {sock mode data} [concat [list set postfix $postfix] \; [list set algos $algos] \; { variable log -- 2.45.2