diff options
author | dtluna <dtluna@openmailbox.org> | 2017-04-16 17:10:25 +0300 |
---|---|---|
committer | dtluna <dtluna@openmailbox.org> | 2017-04-16 17:10:25 +0300 |
commit | 85bd480be333896ca9cc0ade0e68ea99e10aaaa7 (patch) | |
tree | aa545ad989ae70367aff25e1dfe970f28e88e55a /lib/pleroma/user.ex | |
parent | ce1eef9c989f0387168b48f6f61a4c1f84b3f5b5 (diff) | |
parent | e158e32124a62f2c93a8910bf3edc4519c4a13e6 (diff) | |
download | pleroma-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.ex | 1 |
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 |