Add avatar objects to user, fix specs.
This commit is contained in:
parent
7617a593b9
commit
d7e3b72c6a
9 changed files with 60 additions and 37 deletions
|
|
@ -13,6 +13,7 @@ defmodule Pleroma.User do
|
|||
field :password_confirmation, :string, virtual: true
|
||||
field :following, { :array, :string }, default: []
|
||||
field :ap_id, :string
|
||||
field :avatar, :map
|
||||
|
||||
timestamps()
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue