1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00
This commit is contained in:
Eugen Rochko 2022-03-26 04:02:19 +01:00 committed by GitHub
parent 07f8b4d1b1
commit 24e78969ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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