chore: add some improvements and remove linux support
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user