chore: add some improvements and remove linux support

This commit is contained in:
reya
2024-08-19 09:58:29 +07:00
parent beac1a189e
commit ce7828310b
17 changed files with 256 additions and 456 deletions

View File

@@ -381,7 +381,7 @@ export const NostrQuery = {
return [];
}
},
saveBootstrapRelays: async (relays: Relay[]) => {
saveBootstrapRelays: async (relays: string[]) => {
const text = relays
.map((relay) => Object.values(relay).join(","))
.join("\n");