Browse Source

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

Fix #16217, regression from #16160
closed-social-v3
Eugen Rochko 3 years ago
committed by GitHub
parent
commit
be353bccbb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/serializers/activitypub/actor_serializer.rb

+ 1
- 1
app/serializers/activitypub/actor_serializer.rb View File

@ -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