mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-19 05:13:01 +00:00
Fix error when rendering actor with hashtags in bio (#16218)
Fix #16217, regression from #16160
This commit is contained in:
parent
c403c3695b
commit
be353bccbb
|
@ -177,7 +177,7 @@ class ActivityPub::ActorSerializer < ActivityPub::Serializer
|
||||||
end
|
end
|
||||||
|
|
||||||
def href
|
def href
|
||||||
explore_hashtag_url(object)
|
tag_url(object)
|
||||||
end
|
end
|
||||||
|
|
||||||
def name
|
def name
|
||||||
|
|
Loading…
Reference in a new issue