Add avatar objects to user, fix specs.
[akkoma] / lib / pleroma / user.ex
index ed85447fe3007d816700cce16367f3b7a9acbc93..fdcc1b7d5ba9ea103768f4830a208ff1a0add00a 100644 (file)
@@ -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