Enable profile hover card on quoted post authors (#9896)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Samuel Newman
2026-02-18 14:35:38 +00:00
committed by GitHub
parent c188fd4f04
commit b12d703353
3 changed files with 28 additions and 25 deletions
+8 -9
View File
@@ -285,15 +285,14 @@ export function QuoteEmbed({
const contents = (
<>
<View pointerEvents="none">
<PostMeta
author={quote.author}
moderation={moderation}
showAvatar
postHref={itemHref}
timestamp={quote.indexedAt}
/>
</View>
<PostMeta
author={quote.author}
moderation={moderation}
showAvatar
postHref={itemHref}
timestamp={quote.indexedAt}
linkDisabled
/>
{moderation ? (
<PostAlerts modui={moderation.ui('contentView')} style={[a.py_xs]} />
) : null}