From 2d2fb7906e6347a35b6bfcd767d86fbe8e90ac10 Mon Sep 17 00:00:00 2001 From: Evan Jarrett Date: Fri, 19 Dec 2025 10:00:21 -0600 Subject: [PATCH] clean up some lexicon usage --- pkg/atproto/lexicon.go | 3 +++ 1 file changed, 3 insertions(+) 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"