Include hydrated responses for other records (#5646)
* Include hydrated responses for other records * Rename meta -> view This is actually all it is now.
This commit is contained in:
@@ -284,7 +284,7 @@ export function LazyQuoteEmbed({uri}: {uri: string}) {
|
||||
if (!data || data.type !== 'record' || data.kind !== 'post') {
|
||||
return null
|
||||
}
|
||||
return <QuoteEmbed quote={data.meta} />
|
||||
return <QuoteEmbed quote={data.view} />
|
||||
}
|
||||
|
||||
function viewRecordToPostView(
|
||||
|
||||
Reference in New Issue
Block a user