Bluesky app fork with some witchin' additions 💫

Only show WhoCanReply on root post (#8645)

authored by

Eric Bailey and committed by
GitHub
be75e00d 27d6de0b

+4 -1
+4 -1
src/screens/PostThread/components/ThreadItemAnchor.tsx
··· 510 510 const t = useTheme() 511 511 const {_, i18n} = useLingui() 512 512 const openLink = useOpenLink() 513 + const isRootPost = !('reply' in post.record) 513 514 const langPrefs = useLanguagePrefs() 514 515 515 516 const translatorUrl = getTranslatorLink( ··· 555 556 <Text style={[a.text_sm, t.atoms.text_contrast_medium]}> 556 557 {niceDate(i18n, post.indexedAt)} 557 558 </Text> 558 - <WhoCanReply post={post} isThreadAuthor={isThreadAuthor} /> 559 + {isRootPost && ( 560 + <WhoCanReply post={post} isThreadAuthor={isThreadAuthor} /> 561 + )} 559 562 {needsTranslation && ( 560 563 <> 561 564 <Text style={[a.text_sm, t.atoms.text_contrast_medium]}>