···43434444 def type
4545 case collection
4646- when Collection::BSKY_BLOCK then :bsky_block
4747- when Collection::BSKY_FEED then :bsky_feed
4848- when Collection::BSKY_FOLLOW then :bsky_follow
4949- when Collection::BSKY_LABELER then :bsky_labeler
5050- when Collection::BSKY_LIKE then :bsky_like
5151- when Collection::BSKY_LIST then :bsky_list
5252- when Collection::BSKY_LISTBLOCK then :bsky_listblock
5353- when Collection::BSKY_LISTITEM then :bsky_listitem
5454- when Collection::BSKY_POST then :bsky_post
5555- when Collection::BSKY_PROFILE then :bsky_profile
5656- when Collection::BSKY_REPOST then :bsky_repost
5757- when Collection::BSKY_THREADGATE then :bsky_threadgate
4646+ when Collection::BSKY_BLOCK then :bsky_block
4747+ when Collection::BSKY_FEED then :bsky_feed
4848+ when Collection::BSKY_FOLLOW then :bsky_follow
4949+ when Collection::BSKY_LABELER then :bsky_labeler
5050+ when Collection::BSKY_LIKE then :bsky_like
5151+ when Collection::BSKY_LIST then :bsky_list
5252+ when Collection::BSKY_LISTBLOCK then :bsky_listblock
5353+ when Collection::BSKY_LISTITEM then :bsky_listitem
5454+ when Collection::BSKY_POST then :bsky_post
5555+ when Collection::BSKY_PROFILE then :bsky_profile
5656+ when Collection::BSKY_REPOST then :bsky_repost
5757+ when Collection::BSKY_STARTERPACK then :bsky_starterpack
5858+ when Collection::BSKY_THREADGATE then :bsky_threadgate
5859 when Collection::BSKY_CHAT_DECLARATION then :bsky_chat_declaration
5960 else :unknown
6061 end