mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-04-01 00:19:45 +02:00
fix trust in threads
This commit is contained in:
parent
4c4eb87e31
commit
7a0e715762
@ -103,7 +103,7 @@ export const ThreadPost = ({ post, initShowReplies, focusId, level = -1 }: Threa
|
||||
) : (
|
||||
<>
|
||||
<NoteCommunityMetadata event={post.event} pl="2" />
|
||||
<TrustProvider trust={focusId === post.event.id ? true : undefined}>
|
||||
<TrustProvider trust={focusId === post.event.id ? true : undefined} event={post.event}>
|
||||
<NoteContents event={post.event} pl="2" />
|
||||
</TrustProvider>
|
||||
</>
|
||||
|
Loading…
x
Reference in New Issue
Block a user