bump version & fix using nsecbunker with token

This commit is contained in:
2023-12-07 18:49:55 +07:00
parent 0d43c13928
commit f2b1458bd2
7 changed files with 9 additions and 11 deletions

View File

@@ -31,8 +31,6 @@ export function LiveUpdater({ status }: { status: QueryStatus }) {
let sub: NDKSubscription = undefined;
if (status === 'success' && db.account && db.account?.contacts?.length > 0) {
queryClient.fetchQuery({ queryKey: ['notification'] });
const filter: NDKFilter = {
kinds: [NDKKind.Text, NDKKind.Repost],
authors: db.account.contacts,