We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f44e5b9 commit b35781bCopy full SHA for b35781b
Commands/Get-WebSocket.ps1
@@ -23,7 +23,7 @@ function Get-WebSocket {
23
websocket jetstream2.us-east.bsky.network/subscribe?wantedCollections=app.bsky.feed.post -Tail |
24
Foreach-Object {
25
$in = $_
26
- if ($in.commit.record.text -match "(?>(?:$emojiPattern|\#\w+)"") {
+ if ($in.commit.record.text -match "(?>(?:$emojiPattern|\#\w+)") {
27
Write-Host $matches.0 -NoNewline
28
}
29
0 commit comments