mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-22 18:48:06 +01:00
parent
9feba112a7
commit
c6c7c6223d
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
class Account::Field < ActiveModelSerializers::Model
|
||||
MAX_CHARACTERS_LOCAL = 255
|
||||
MAX_CHARACTERS_COMPAT = 2_047
|
||||
ACCEPTED_SCHEMES = %w(http https).freeze
|
||||
ACCEPTED_SCHEMES = %w(https).freeze
|
||||
|
||||
attributes :name, :value, :verified_at, :account
|
||||
|
||||
|
|
Loading…
Reference in a new issue