timeline: add nip50 search timelines
Fixes: https://github.com/damus-io/notedeck/issues/456 Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
@@ -322,6 +322,7 @@ impl fmt::Display for Route {
|
||||
TimelineKind::Notifications(_) => write!(f, "Notifications"),
|
||||
TimelineKind::Universe => write!(f, "Universe"),
|
||||
TimelineKind::Generic(_) => write!(f, "Custom"),
|
||||
TimelineKind::Search(_) => write!(f, "Search"),
|
||||
TimelineKind::Hashtag(ht) => write!(f, "Hashtag ({})", ht),
|
||||
TimelineKind::Thread(_id) => write!(f, "Thread"),
|
||||
TimelineKind::Profile(_id) => write!(f, "Profile"),
|
||||
|
||||
Reference in New Issue
Block a user