minor fixes

This commit is contained in:
Ren Amamiya
2023-04-11 14:07:56 +07:00
parent 4b582e33f6
commit 4729250550
3 changed files with 13 additions and 17 deletions

View File

@@ -26,7 +26,7 @@ export default function NoteMetadata({
{
'#e': [eventID],
since: parseInt(eventTime),
kinds: [1, 7],
kinds: [7],
limit: 50,
},
],
@@ -48,11 +48,7 @@ export default function NoteMetadata({
break;
}
},
1000,
undefined,
{
unsubscribeOnEose: true,
}
1000
);
return () => {