minor fixes

This commit is contained in:
Ren Amamiya
2023-03-19 17:32:00 +07:00
parent fe6d510e18
commit 1c9420f370
4 changed files with 5 additions and 14 deletions

View File

@@ -53,9 +53,7 @@ export const ActiveAccount = memo(function ActiveAccount({ user }: { user: any }
insertFollows(event.tags);
},
undefined,
(events, relayURL) => {
console.log(events, relayURL);
},
undefined,
{
unsubscribeOnEose: true,
}