1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2025-03-26 03:21:22 +01:00

Fix error when rendering actor with hashtags in bio ()

Fix , regression from 
This commit is contained in:
Eugen Rochko 2021-05-11 19:14:59 +02:00 committed by GitHub
parent c403c3695b
commit be353bccbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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