aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlain <lain@soykaf.club>2020-12-02 13:39:29 +0100
committerlain <lain@soykaf.club>2020-12-02 13:39:29 +0100
commit04af0bbe44ab4ebd83ee2f3b797768d6e255e365 (patch)
tree89802c2b489055f3e4fa1ab97fe314646e1befb4
parent222312900e6d847e0d4823fb62b6eb3675a0180f (diff)
downloadpleroma-04af0bbe44ab4ebd83ee2f3b797768d6e255e365.tar.gz
User: Remove left-over (wrong) fix.
-rw-r--r--lib/pleroma/user.ex1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/pleroma/user.ex b/lib/pleroma/user.ex
index 9222b5b2a..4b3a9d690 100644
--- a/lib/pleroma/user.ex
+++ b/lib/pleroma/user.ex
@@ -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