Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

graph getStarterPack/getStarterPacks do not have defined record properties - missing definition? #2920

Open
blowdart opened this issue Oct 29, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@blowdart
Copy link

blowdart commented Oct 29, 2024

getStarterPack/ getStarterPacks have a record type of unknown

API calls show it's defined, e.g.

{
    "$type":"app.bsky.graph.starterpack",
    "createdAt":"2024-08-27T10:53:50.048Z",
    "description":"A list of folks and groups involved in information security.",
    "feeds":[],
    "list":"at://did:plc:hfgp6pj3akhqxntgqwramlbg/app.bsky.graph.list/3l2p2bbpapo2a",
    "name":"Infosec Starter Kit",
    "updatedAt":"2024-08-27T11:05:47.022Z"
}

Presumably from https://github.com/bluesky-social/atproto/blob/main/packages/bsky/src/hydration/hydrator.ts#L679 feeds is an array of aturis?

Is the lexicon missing a definition for starterpack?

@blowdart blowdart added the bug Something isn't working label Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant