Eugen Rochko
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
app/serializers/rest/account_serializer.rb
|
|
@ -25,7 +25,7 @@ class REST::AccountSerializer < ActiveModel::Serializer |
|
|
|
end |
|
|
|
|
|
|
|
def note |
|
|
|
Formatter.instance.simplified_format(object, custom_emojify: true) |
|
|
|
Formatter.instance.simplified_format(object) |
|
|
|
end |
|
|
|
|
|
|
|
def url |
|
|
|