add Accounts::add_advertised_relay

This commit is contained in:
Ken Sedgwick
2025-01-21 16:03:44 -08:00
parent e436be400e
commit fe3e2dad14
3 changed files with 45 additions and 7 deletions

View File

@@ -291,7 +291,7 @@ fn render_nav_body(
}
Route::Relays => {
let manager = RelayPoolManager::new(ctx.pool);
RelayView::new(manager, &mut app.view_state.id_string_map).ui(ui);
RelayView::new(ctx.accounts, manager, &mut app.view_state.id_string_map).ui(ui);
None
}
Route::ComposeNote => {