about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2022-03-26 04:02:19 +0100
committerGitHub <noreply@github.com>2022-03-26 04:02:19 +0100
commit24e78969ae97501aad18595eb3af8c7338a1cb7c (patch)
tree26b01d0e07302a74a4ab76879c5d0802cf67dede
parent07f8b4d1b19f734d04e69daeb4c3421ef9767aac (diff)
Fix typo (#17875)
-rw-r--r--app/serializers/activitypub/actor_serializer.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/serializers/activitypub/actor_serializer.rb b/app/serializers/activitypub/actor_serializer.rb
index bd1648348..30f86aae3 100644
--- a/app/serializers/activitypub/actor_serializer.rb
+++ b/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