Unverified Commit 24e78969 authored by Eugen Rochko's avatar Eugen Rochko Committed by GitHub
Browse files

Fix typo (#17875)

parent 07f8b4d1
Showing with 1 addition and 1 deletion
+1 -1
......@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment