A Ruby gem for streaming data from the Bluesky/ATProto firehose

added bsky_labeler record type

+2
+1
lib/skyfall/collection.rb
··· 11 11 BSKY_LIST = "app.bsky.graph.list" 12 12 BSKY_LISTBLOCK = "app.bsky.graph.listblock" 13 13 BSKY_LISTITEM = "app.bsky.graph.listitem" 14 + BSKY_LABELER = "app.bsky.labeler.service" 14 15 end 15 16 end
+1
lib/skyfall/operation.rb
··· 46 46 when Collection::BSKY_BLOCK then :bsky_block 47 47 when Collection::BSKY_FEED then :bsky_feed 48 48 when Collection::BSKY_FOLLOW then :bsky_follow 49 + when Collection::BSKY_LABELER then :bsky_labeler 49 50 when Collection::BSKY_LIKE then :bsky_like 50 51 when Collection::BSKY_LIST then :bsky_list 51 52 when Collection::BSKY_LISTBLOCK then :bsky_listblock