lolsob-rspec
Eugen Rochko 2022-03-26 04:02:19 +01:00 committed by GitHub
parent bd42dab872
commit 45e0e374ba
1 changed files with 1 additions and 1 deletions

View File

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