a collection of lightweight TypeScript packages for AT Protocol, the protocol powering Bluesky
atproto bluesky typescript npm
99
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: pull latest Bluesky lexicons

Mary 8d0b4167 26c5c3df

+11 -2
+5
.changeset/fine-flies-repeat.md
··· 1 + --- 2 + '@atcute/bluesky': patch 3 + --- 4 + 5 + pull latest Bluesky lexicons
+1 -1
lexdocs/bluesky/README.md
··· 1 - https://github.com/bluesky-social/atproto/tree/6cd12020657bfb5f87e97cd16e4abb379b64f60b/lexicons/ 1 + https://github.com/bluesky-social/atproto/tree/8a0f19039946740f09baab4e13c1a51f7b3eb32a/lexicons/
+2
lexdocs/bluesky/app/bsky/actor/defs.json
··· 174 174 "following": { "type": "string", "format": "at-uri" }, 175 175 "followedBy": { "type": "string", "format": "at-uri" }, 176 176 "knownFollowers": { 177 + "description": "This property is present only in selected cases, as an optimization.", 177 178 "type": "ref", 178 179 "ref": "#knownFollowers" 179 180 }, 180 181 "activitySubscription": { 182 + "description": "This property is present only in selected cases, as an optimization.", 181 183 "type": "ref", 182 184 "ref": "app.bsky.notification.defs#activitySubscription" 183 185 }
+2 -1
lexdocs/bluesky/app/bsky/notification/listNotifications.json
··· 65 65 "verified", 66 66 "unverified", 67 67 "like-via-repost", 68 - "repost-via-repost" 68 + "repost-via-repost", 69 + "subscribed-post" 69 70 ] 70 71 }, 71 72 "reasonSubject": { "type": "string", "format": "at-uri" },
+1
packages/definitions/bluesky/lib/lexicons/types/app/bsky/notification/listNotifications.ts
··· 50 50 | 'repost' 51 51 | 'repost-via-repost' 52 52 | 'starterpack-joined' 53 + | 'subscribed-post' 53 54 | 'unverified' 54 55 | 'verified' 55 56 | (string & {})