Skip to content

Commit

Permalink
bluesky: fix the url in bluesky-get-feed
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjbq7 committed Dec 8, 2024
1 parent 2eacd94 commit 2e523bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extra/bluesky/bluesky.factor
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ DEFER: bluesky-get-session
! default: posts_with_replies
! includePins: true, false
: bluesky-get-feed ( linked-assoc -- feed )
"https://bsky.social/xrpc/app.bsky.feed.getAuthorFeed?%s" >url
"https://bsky.social/xrpc/app.bsky.feed.getAuthorFeed" >url
swap set-query-params bluesky-get-json ;

: bluesky-get-feed-default ( actor -- feed )
Expand Down

0 comments on commit 2e523bf

Please sign in to comment.