changes from prod
This commit is contained in:
parent
b37cb41adf
commit
bedf88bfa5
|
@ -5,7 +5,7 @@ class REST::InstanceSerializer < ActiveModel::Serializer
|
||||||
|
|
||||||
attributes :uri, :title, :short_description, :description, :email,
|
attributes :uri, :title, :short_description, :description, :email,
|
||||||
:version, :urls, :stats, :thumbnail,
|
:version, :urls, :stats, :thumbnail,
|
||||||
:languages, :registrations, :approval_required
|
:languages, :registrations, :approval_required, :max_toot_chars
|
||||||
|
|
||||||
has_one :contact_account, serializer: REST::AccountSerializer
|
has_one :contact_account, serializer: REST::AccountSerializer
|
||||||
|
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 398 KiB After Width: | Height: | Size: 398 KiB |
Loading…
Reference in New Issue