MastoAPI: Fix put_settings

This commit is contained in:
rinpatch 2018-12-06 17:42:07 +03:00
commit 2ae1128d9f
3 changed files with 10 additions and 7 deletions

View file

@ -62,10 +62,6 @@ defmodule Pleroma.User do
|> validate_required([:following])
end
def info_changeset(struct, params \\ %{}) do
raise "NOT VALID ANYMORE"
end
def user_info(%User{} = user) do
oneself = if user.local, do: 1, else: 0