Skip to content

Commit af994d2

Browse files
StartAutomatingStartAutomating
StartAutomating
authored and
StartAutomating
committed
feat: Get-WebSocket -ForwardEvent ( Fixes #56 )
1 parent 2c64adf commit af994d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_data/Help/Get-WebSocket.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
{
7474
"Title": "EXAMPLE 9",
7575
"Markdown": "BlueSky, but just the hashtags",
76-
"Code": "websocket wss://jetstream2.us-west.bsky.network/subscribe?wantedCollections=app.bsky.feed.post -WatchFor @{\n {$webSocketoutput.commit.record.text -match \"\\#\\w+\"}={\n $matches.0\n } \n}"
76+
"Code": "websocket wss://jetstream2.us-west.bsky.network/subscribe -QueryParameter @{\n wantedCollections = 'app.bsky.feed.post'\n} -WatchFor @{\n {$webSocketoutput.commit.record.text -match \"\\#\\w+\"}={\n $matches.0\n } \n} -Maximum 1kb"
7777
},
7878
{
7979
"Title": "EXAMPLE 10",

0 commit comments

Comments
 (0)