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,
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user