Skip to content

Commit

Permalink
added bsky_labeler record type
Browse files Browse the repository at this point in the history
  • Loading branch information
mackuba committed Mar 14, 2024
1 parent 93088a0 commit 8570eeb
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 @@ -11,5 +11,6 @@ module Collection
BSKY_LIST = "app.bsky.graph.list"
BSKY_LISTBLOCK = "app.bsky.graph.listblock"
BSKY_LISTITEM = "app.bsky.graph.listitem"
BSKY_LABELER = "app.bsky.labeler.service"
end
end
1 change: 1 addition & 0 deletions lib/skyfall/operation.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ def type
when Collection::BSKY_BLOCK then :bsky_block
when Collection::BSKY_FEED then :bsky_feed
when Collection::BSKY_FOLLOW then :bsky_follow
when Collection::BSKY_LABELER then :bsky_labeler
when Collection::BSKY_LIKE then :bsky_like
when Collection::BSKY_LIST then :bsky_list
when Collection::BSKY_LISTBLOCK then :bsky_listblock
Expand Down

0 comments on commit 8570eeb

Please sign in to comment.