mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2024-12-23 00:26:30 +00:00
User: Remove left-over (wrong) fix.
This commit is contained in:
parent
222312900e
commit
04af0bbe44
1 changed files with 0 additions and 1 deletions
|
@ -472,7 +472,6 @@ defmodule Pleroma.User do
|
|||
|> validate_format(:nickname, @email_regex)
|
||||
|> validate_length(:bio, max: bio_limit)
|
||||
|> validate_length(:name, max: name_limit)
|
||||
|> validate_inclusion(:local, [true])
|
||||
|> validate_fields(true)
|
||||
|> validate_non_local()
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue