We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9222838 commit 4e6a50bCopy full SHA for 4e6a50b
lib/skyfall/collection.rb
@@ -1,6 +1,7 @@
1
module Skyfall
2
module Collection
3
BSKY_PROFILE = "app.bsky.actor.profile"
4
+ BSKY_ACTOR_STATUS = "app.bsky.actor.status"
5
BSKY_FEED = "app.bsky.feed.generator"
6
BSKY_LIKE = "app.bsky.feed.like"
7
BSKY_POST = "app.bsky.feed.post"
@@ -19,6 +20,7 @@ module Collection
19
20
BSKY_CHAT_DECLARATION = "chat.bsky.actor.declaration"
21
22
SHORT_CODES = {
23
+ BSKY_ACTOR_STATUS => :bsky_actor_status,
24
BSKY_BLOCK => :bsky_block,
25
BSKY_FEED => :bsky_feed,
26
BSKY_FOLLOW => :bsky_follow,
0 commit comments