mirror of
https://github.com/lunaisnotaboy/mastodon.git
synced 2024-11-19 05:13:01 +00:00
Fix typo (#17875)
This commit is contained in:
parent
07f8b4d1b1
commit
24e78969ae
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue