diff --git a/pkg/atproto/lexicon.go b/pkg/atproto/lexicon.go index 451ef5f..c43ecb2 100644 --- a/pkg/atproto/lexicon.go +++ b/pkg/atproto/lexicon.go @@ -41,6 +41,9 @@ const ( // TangledProfileCollection is the collection name for tangled profiles // Stored in hold's embedded PDS (singleton record at rkey "self") TangledProfileCollection = "sh.tangled.actor.profile" + + // BskyPostCollection is the collection name for Bluesky posts + BskyPostCollection = "app.bsky.feed.post" // BskyPostCollection is the collection name for Bluesky posts BskyPostCollection = "app.bsky.feed.post"