mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-10-04 16:37:00 +02:00
fix trust in threads
This commit is contained in:
@@ -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>
|
||||
</>
|
||||
|
Reference in New Issue
Block a user