add Accounts::add_advertised_relay
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user