feat: Add gossip model (#232)

* feat: enable gossip

* chore: remove deprecated functions

* chore: use upstream rust nostr

* fix
This commit is contained in:
雨宮蓮
2024-09-11 11:10:11 +07:00
committed by GitHub
parent e5e290c0c3
commit ac7ce726c5
9 changed files with 144 additions and 177 deletions

View File

@@ -17,6 +17,6 @@ export const Route = createFileRoute("/")({
});
}
return { accounts };
return { accounts: accounts.filter((account) => !account.endsWith("Lume")) };
},
});