glitch-soc / mastodon

A glitchy but lovable microblogging server
https://glitch-soc.github.io/docs/
GNU Affero General Public License v3.0
688 stars 184 forks source link

Trending hashtags link are undefined #1821

Open tribela opened 2 years ago

tribela commented 2 years ago

Steps to reproduce the problem

  1. Go to /admin/dashboard
  2. Click any trending link
  3. All of links are pointing /admin/tags/undefined ... image

Expected behaviour

Correctly linked trending hashtags

Actual behaviour

Linked to /admin/tags/undefined

Specifications

commit: 3f15326a05a926e9f001800a48ac2addbd3aa833

ClearlyClaire commented 2 years ago

Hi! As explained in https://github.com/glitch-soc/mastodon/pull/1822#issuecomment-1207340486, this is an upstream issue caused by an incorrect refactor in https://github.com/mastodon/mastodon/pull/18641. I have submitted a PR upstream to address this issue: #18943