Skip to content
Snippets Groups Projects
Unverified Commit be353bcc authored by Eugen Rochko's avatar Eugen Rochko Committed by GitHub
Browse files

Fix error when rendering actor with hashtags in bio (#16218)

Fix #16217, regression from #16160
parent c403c369
No related branches found
No related tags found
No related merge requests found
......@@ -177,7 +177,7 @@ class ActivityPub::ActorSerializer < ActivityPub::Serializer
end
def href
explore_hashtag_url(object)
tag_url(object)
end
def name
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment