-
Notifications
You must be signed in to change notification settings - Fork 14
Receive new lexicon types #281
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
3 Skipped Deployments
|
4b2249c to
fe71208
Compare
deaeb10 to
ddb9d5c
Compare
13ba8bd to
5de56f7
Compare
Co-authored-by: Copilot <[email protected]>
Co-authored-by: Copilot <[email protected]>
WillCorrigan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just 2 small things
| }; | ||
| } else if (collection === nsids.FyiFrontpageFeedPost) { | ||
| const record = await atproto.fyi.frontpage.feed.post.get({ repo, rkey }); | ||
| const subject = record.value.subject; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is subject and how come we don't check it on old unravel ones? New for frontpage schema?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah have a read through #232 for context. Current types don't have a subject, just a url field.
WillCorrigan
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
wrong vote nsids
Depends on #284 and #285
I don't wanna start creating these types yet. The intention of this PR is to just receive the new types for anyone else creating them outside of our app, our app and API should continue to create the old types for now.