fix(web): hashtags timeline needs ending /page
This commit is contained in:
parent
f97845d81e
commit
ca1b3079d4
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ pub fn HashtagFeed(tl: Timeline) -> impl IntoView {
|
|||
.to_string();
|
||||
let new_tag = params.get().ok().and_then(|x| x.id).unwrap_or_default();
|
||||
if new_tag != current_tag {
|
||||
tl.reset(Some(Uri::api(U::Hashtag, &new_tag, false)));
|
||||
tl.reset(Some(Uri::api(U::Hashtag, &format!("{new_tag}/page"), false)));
|
||||
}
|
||||
}).track();
|
||||
|
||||
|
|
Loading…
Reference in a new issue