0
0
Fork 0

Fix punycode being returned in some entities instead of unicode in REST API (#13035)

This commit is contained in:
Eugen Rochko 2020-02-03 21:16:37 +01:00 committed by GitHub
parent ff07e80533
commit 92e7c84969
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View file

@ -145,7 +145,7 @@ class REST::StatusSerializer < ActiveModel::Serializer
end
def acct
object.account_acct
object.account.pretty_acct
end
end