feat: add relay feeds

This commit is contained in:
reya
2024-11-01 09:25:12 +07:00
parent aa4f21a869
commit 18e1ac0e6c
15 changed files with 510 additions and 103 deletions
+1 -1
View File
@@ -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();