hashtag-column: allow multiple hashtags
Changelog-Changed: Allow multiple hashtags in hashtag columns
This commit is contained in:
committed by
William Casarin
parent
5c31bf16c8
commit
f214e97382
@@ -88,7 +88,7 @@ fn execute_note_action(
|
||||
});
|
||||
}
|
||||
NoteAction::Hashtag(htag) => {
|
||||
let kind = TimelineKind::Hashtag(htag.clone());
|
||||
let kind = TimelineKind::Hashtag(vec![htag.clone()]);
|
||||
router_action = Some(RouterAction::route_to(Route::Timeline(kind.clone())));
|
||||
timeline_res = timeline_cache
|
||||
.open(ndb, note_cache, txn, pool, &kind)
|
||||
|
||||
Reference in New Issue
Block a user