add quoteCount to view creators (#4972)
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user