publish NIP-65 relay lists

This commit is contained in:
Ken Sedgwick
2025-01-22 15:16:08 -08:00
parent 3278d3ba16
commit 94a1d78114
2 changed files with 24 additions and 4 deletions

View File

@@ -42,7 +42,8 @@ impl View for RelayView<'_> {
}
ui.add_space(8.0);
if let Some(relay_to_add) = self.show_add_relay_ui(ui) {
self.accounts.add_advertised_relay(&relay_to_add);
self.accounts
.add_advertised_relay(&relay_to_add, self.manager.pool);
}
});
}