Skip to content

Commit 4e6a50b

Browse files
committed
added app.bsky.actor.status collection type
1 parent 9222838 commit 4e6a50b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/skyfall/collection.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
module Skyfall
22
module Collection
33
BSKY_PROFILE = "app.bsky.actor.profile"
4+
BSKY_ACTOR_STATUS = "app.bsky.actor.status"
45
BSKY_FEED = "app.bsky.feed.generator"
56
BSKY_LIKE = "app.bsky.feed.like"
67
BSKY_POST = "app.bsky.feed.post"
@@ -19,6 +20,7 @@ module Collection
1920
BSKY_CHAT_DECLARATION = "chat.bsky.actor.declaration"
2021

2122
SHORT_CODES = {
23+
BSKY_ACTOR_STATUS => :bsky_actor_status,
2224
BSKY_BLOCK => :bsky_block,
2325
BSKY_FEED => :bsky_feed,
2426
BSKY_FOLLOW => :bsky_follow,

0 commit comments

Comments
 (0)