Skip to content

Commit

Permalink
Fix error when rendering actor with hashtags in bio (mastodon#16218)
Browse files Browse the repository at this point in the history
Fix mastodon#16217, regression from mastodon#16160
  • Loading branch information
Gargron authored and chrisguida committed Feb 26, 2022
1 parent 169f88f commit bad8beb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/serializers/activitypub/actor_serializer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def type
end

def href
explore_hashtag_url(object)
tag_url(object)
end

def name
Expand Down

0 comments on commit bad8beb

Please sign in to comment.