add quoteCount
to view creators (#4972)
This commit is contained in:
parent
85d70fe3ef
commit
9f1c411360
4 changed files with 7 additions and 5 deletions
|
@ -106,6 +106,7 @@ export function createEmbedViewRecordFromPost(
|
|||
replyCount: post.replyCount,
|
||||
repostCount: post.repostCount,
|
||||
likeCount: post.likeCount,
|
||||
quoteCount: post.quoteCount,
|
||||
indexedAt: post.indexedAt,
|
||||
}
|
||||
}
|
||||
|
|
|
@ -74,6 +74,7 @@ export function embedViewRecordToPostView(
|
|||
labels: v.labels,
|
||||
embed: v.embeds?.[0],
|
||||
likeCount: v.likeCount,
|
||||
quoteCount: v.quoteCount,
|
||||
replyCount: v.replyCount,
|
||||
repostCount: v.repostCount,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue