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

Skeleton example has to be inside a feed: object #53

Open
csuhta opened this issue Jul 8, 2023 · 0 comments
Open

Skeleton example has to be inside a feed: object #53

csuhta opened this issue Jul 8, 2023 · 0 comments

Comments

@csuhta
Copy link

csuhta commented Jul 8, 2023

The skeleton metadata example looks like this:

[
  {post: 'at://did:example:1234/app.bsky.feed.post/1'},
  {post: 'at://did:example:1234/app.bsky.feed.post/2'},
  {post: 'at://did:example:1234/app.bsky.feed.post/3'}
]

But your actual feed in production needs to look like this (at minimum), which I found out the hard way:

{ 
  "feed": [
    {"post": "at://did:example:1234/app.bsky.feed.post/1"},
    {"post": "at://did:example:1234/app.bsky.feed.post/2"},
    {"post": "at://did:example:1234/app.bsky.feed.post/3"}
  ]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant