- BSKY_PROFILE =
"app.bsky.actor.profile"
- 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"
- BSKY_FOLLOW =
"app.bsky.graph.follow"
- BSKY_LIST =
"app.bsky.graph.list"
- BSKY_LISTBLOCK =
"app.bsky.graph.listblock"
- BSKY_LISTITEM =
"app.bsky.graph.listitem"
- BSKY_STARTERPACK =
"app.bsky.graph.starterpack"
- BSKY_LABELER =
"app.bsky.labeler.service"
- BSKY_CHAT_DECLARATION =
"chat.bsky.actor.declaration"
- SHORT_CODES =
{
BSKY_BLOCK => :bsky_block,
BSKY_FEED => :bsky_feed,
BSKY_FOLLOW => :bsky_follow,
BSKY_LABELER => :bsky_labeler,
BSKY_LIKE => :bsky_like,
BSKY_LIST => :bsky_list,
BSKY_LISTBLOCK => :bsky_listblock,
BSKY_LISTITEM => :bsky_listitem,
BSKY_POST => :bsky_post,
BSKY_POSTGATE => :bsky_postgate,
BSKY_PROFILE => :bsky_profile,
BSKY_REPOST => :bsky_repost,
BSKY_STARTERPACK => :bsky_starterpack,
BSKY_THREADGATE => :bsky_threadgate,
BSKY_CHAT_DECLARATION => :bsky_chat_declaration,
}