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

Configure Feed

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

chore(bluesky): pull latest Bluesky lexicons

Mary f0c08444 39245bdf

+9 -2
+5
.changeset/quiet-mangos-wink.md
··· 1 + --- 2 + '@atcute/bluesky': patch 3 + --- 4 + 5 + pull latest Bluesky lexicons
+1 -1
packages/definitions/bluesky/lexicons/README.md
··· 3 3 this directory contains lexicon documents pulled from the following sources: 4 4 5 5 - https://github.com/bluesky-social/atproto.git 6 - - commit: fa265521f005ee6779b8c87f6dbf957c3c251e4d 6 + - commit: 1168691c36c7dff488362059867e955c74befd17
+2 -1
packages/definitions/bluesky/lexicons/app/bsky/notification/listNotifications.json
··· 92 92 "unverified", 93 93 "like-via-repost", 94 94 "repost-via-repost", 95 - "subscribed-post" 95 + "subscribed-post", 96 + "contact-match" 96 97 ] 97 98 }, 98 99 "reasonSubject": {
+1
packages/definitions/bluesky/lib/lexicons/types/app/bsky/notification/listNotifications.ts
··· 52 52 * The reason why this notification was delivered - e.g. your post was liked, or you received a new follower. 53 53 */ 54 54 reason: /*#__PURE__*/ v.string< 55 + | 'contact-match' 55 56 | 'follow' 56 57 | 'like' 57 58 | 'like-via-repost'