mirror of
https://git.pleroma.social/sjw/pleroma.git
synced 2025-01-13 21:25:56 +01:00
Larger bio length limit for remote accounts.
This commit is contained in:
parent
9bdea19d83
commit
ac04ba240a
@ -69,7 +69,7 @@ defmodule Pleroma.User do
|
||||
|> validate_required([:name, :ap_id, :nickname])
|
||||
|> unique_constraint(:nickname)
|
||||
|> validate_format(:nickname, @email_regex)
|
||||
|> validate_length(:bio, max: 1000)
|
||||
|> validate_length(:bio, max: 5000)
|
||||
|> validate_length(:name, max: 100)
|
||||
|> put_change(:local, false)
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user