mirror of
https://github.com/hzrd149/nostrudel.git
synced 2025-03-17 21:31:43 +01:00
only show corrections of original author
This commit is contained in:
parent
c19156920b
commit
c923843861
@ -50,7 +50,7 @@ export default function DetailsTabs({ post }: { post: ThreadItem }) {
|
||||
);
|
||||
});
|
||||
const corrections = events.filter((e) => {
|
||||
return e.kind === CORRECTION_EVENT_KIND;
|
||||
return e.kind === CORRECTION_EVENT_KIND && e.pubkey === post.event.pubkey;
|
||||
});
|
||||
|
||||
const unknown = events.filter(
|
||||
|
Loading…
x
Reference in New Issue
Block a user