Fix formatter tests.

This commit is contained in:
lain 2018-11-20 19:07:01 +01:00
commit 2887f4ff1d
3 changed files with 10 additions and 5 deletions

View file

@ -89,7 +89,12 @@ defmodule Pleroma.User.Info do
def remote_user_creation(info, params) do
info
|> cast(params, [:source_data])
|> cast(params, [
:ap_enabled,
:source_data,
:banner,
:locked
])
end
# Receives data from user_data_from_user_object