Fix punycode being returned in some entities instead of unicode in REST API (#13035)
This commit is contained in:
@ -145,7 +145,7 @@ class REST::StatusSerializer < ActiveModel::Serializer
|
||||
end
|
||||
|
||||
def acct
|
||||
object.account_acct
|
||||
object.account.pretty_acct
|
||||
end
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user