Skip to content

Commit

Permalink
added postgate to the list of record types
Browse files Browse the repository at this point in the history
  • Loading branch information
mackuba committed Sep 3, 2024
1 parent add1a75 commit 5f4a7ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lib/skyfall/collection.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ module Collection
BSKY_FEED = "app.bsky.feed.generator"
BSKY_LIKE = "app.bsky.feed.like"
BSKY_POST = "app.bsky.feed.post"
BSKY_POSTGATE = "app.bsky.feed.postgate"
BSKY_REPOST = "app.bsky.feed.repost"
BSKY_THREADGATE = "app.bsky.feed.threadgate"
BSKY_BLOCK = "app.bsky.graph.block"
Expand Down
1 change: 1 addition & 0 deletions lib/skyfall/operation.rb
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ def type
when Collection::BSKY_LISTBLOCK then :bsky_listblock
when Collection::BSKY_LISTITEM then :bsky_listitem
when Collection::BSKY_POST then :bsky_post
when Collection::BSKY_POSTGATE then :bsky_postgate
when Collection::BSKY_PROFILE then :bsky_profile
when Collection::BSKY_REPOST then :bsky_repost
when Collection::BSKY_STARTERPACK then :bsky_starterpack
Expand Down

0 comments on commit 5f4a7ee

Please sign in to comment.