feat: add relay feeds
This commit is contained in:
@@ -53,7 +53,7 @@ function Screen() {
|
||||
}
|
||||
|
||||
const merged = relays.join("\r\n");
|
||||
const res = await commands.saveBootstrapRelays(merged);
|
||||
const res = await commands.setBootstrapRelays(merged);
|
||||
|
||||
if (res.status === "ok") {
|
||||
return await relaunch();
|
||||
|
||||
Reference in New Issue
Block a user