Skip to content

Commit

Permalink
Merge pull request #424 from FineFindus/patch-1
Browse files Browse the repository at this point in the history
fix(HashtagTimelineFragment): display correct URL in recents menu
  • Loading branch information
LucasGGamerM authored Jun 13, 2024
2 parents 4f11a79 + 4c9f7fc commit b38c78c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ protected FilterContext getFilterContext() {

@Override
public Uri getWebUri(Uri.Builder base) {
return base.path((isInstanceAkkoma() ? "/tag/" : "/tags/") + hashtag).build();
return base.path((isInstanceAkkoma() ? "/tag/" : "/tags/") + hashtagName).build();
}

@Override
Expand Down

0 comments on commit b38c78c

Please sign in to comment.