Skip to content
Snippets Groups Projects
Unverified Commit 24e78969 authored by Eugen Rochko's avatar Eugen Rochko Committed by GitHub
Browse files

Fix typo (#17875)

parent 07f8b4d1
No related branches found
No related tags found
No related merge requests found
...@@ -195,7 +195,7 @@ class ActivityPub::ActorSerializer < ActivityPub::Serializer ...@@ -195,7 +195,7 @@ class ActivityPub::ActorSerializer < ActivityPub::Serializer
end end
def value 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
end end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment