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:
dan
2024-10-24 20:43:00 +01:00
committed by GitHub
parent e8a53dcea8
commit 3327c47957
4 changed files with 53 additions and 37 deletions
+1 -1
View File
@@ -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(