hashtags: click hashtags to open them
Fixes: https://github.com/damus-io/notedeck/issues/695 Fixes: https://github.com/damus-io/notedeck/issues/713 Changelog-Added: Add ability to click hashtags Signed-off-by: William Casarin <jb55@jb55.com>
This commit is contained in:
@@ -247,7 +247,7 @@ impl Timeline {
|
||||
let filter = Filter::new()
|
||||
.kinds([1])
|
||||
.limit(filter::default_limit())
|
||||
.tags([hashtag.clone()], 't')
|
||||
.tags([hashtag.to_lowercase()], 't')
|
||||
.build();
|
||||
|
||||
Timeline::new(
|
||||
|
||||
Reference in New Issue
Block a user