Prep threadgate shadow hack (#4970)
Co-authored-by: Hailey <me@haileyok.com>
This commit is contained in:
parent
61f0be705d
commit
d5c78b9183
6 changed files with 68 additions and 23 deletions
|
|
@ -255,7 +255,7 @@ let PostCtrls = ({
|
|||
<View style={big ? a.align_center : [a.flex_1, a.align_start]}>
|
||||
<RepostButton
|
||||
isReposted={!!post.viewer?.repost}
|
||||
repostCount={post.repostCount}
|
||||
repostCount={(post.repostCount ?? 0) + (post.quoteCount ?? 0)}
|
||||
onRepost={onRepost}
|
||||
onQuote={onQuote}
|
||||
big={big}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue