local
Eugen Rochko 2 years ago committed by GitHub
parent 07f8b4d1b1
commit 24e78969ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/serializers/activitypub/actor_serializer.rb

@ -195,7 +195,7 @@ class ActivityPub::ActorSerializer < ActivityPub::Serializer
end
def value
html_aware_format(object.value, object.account.value?, with_rel_me: true, with_domains: true, multiline: false)
html_aware_format(object.value, object.account.local?, with_rel_me: true, with_domains: true, multiline: false)
end
end

Loading…
Cancel
Save