Fix error when rendering actor with hashtags in bio ()

Fix , regression from 
pull/16223/head
Eugen Rochko committed by GitHub
parent c403c3695b
commit be353bccbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -177,7 +177,7 @@ class ActivityPub::ActorSerializer < ActivityPub::Serializer
end
def href
explore_hashtag_url(object)
tag_url(object)
end
def name

Loading…
Cancel
Save