X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fpleroma%2Fuser.ex;h=fdcc1b7d5ba9ea103768f4830a208ff1a0add00a;hb=5229b0194477bea6e513d9e8286956a553133545;hp=ed85447fe3007d816700cce16367f3b7a9acbc93;hpb=03c6148bb3dfe6efe512363d2793eb233e020d50;p=akkoma 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