ui: hook up relay management view

Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
William Casarin
2024-09-16 17:09:32 -07:00
parent fce82b2b6d
commit 945ccde818
3 changed files with 15 additions and 2 deletions

View File

@@ -27,6 +27,10 @@ impl Route {
}
}
pub fn relays() -> Self {
Route::Relays
}
pub fn thread(thread_root: NoteId) -> Self {
Route::Timeline(TimelineRoute::Thread(thread_root))
}