Raise on usage of old function.

This commit is contained in:
lain 2018-11-20 20:14:38 +01:00
parent 0896cf4c0f
commit d3180e0ccc
1 changed files with 1 additions and 3 deletions

View File

@ -61,9 +61,7 @@ defmodule Pleroma.User do
end
def info_changeset(struct, params \\ %{}) do
struct
|> cast(params, [:info])
|> validate_required([:info])
raise "NOT VALID ANYMORE"
end
def user_info(%User{} = user) do