ui: hook up relay management view
Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
@@ -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))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user