aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/user.ex
diff options
context:
space:
mode:
authordtluna <dtluna@openmailbox.org>2017-04-16 17:10:25 +0300
committerdtluna <dtluna@openmailbox.org>2017-04-16 17:10:25 +0300
commit85bd480be333896ca9cc0ade0e68ea99e10aaaa7 (patch)
treeaa545ad989ae70367aff25e1dfe970f28e88e55a /lib/pleroma/user.ex
parentce1eef9c989f0387168b48f6f61a4c1f84b3f5b5 (diff)
parente158e32124a62f2c93a8910bf3edc4519c4a13e6 (diff)
downloadpleroma-85bd480be333896ca9cc0ade0e68ea99e10aaaa7.tar.gz
Merge branch 'develop' of ssh.gitgud.io:lambadalambda/pleroma into feature/help-test
Diffstat (limited to 'lib/pleroma/user.ex')
-rw-r--r--lib/pleroma/user.ex1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/pleroma/user.ex b/lib/pleroma/user.ex
index ed85447fe..fdcc1b7d5 100644
--- a/lib/pleroma/user.ex
+++ b/lib/pleroma/user.ex
@@ -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