Return keys in webfinger.

This commit is contained in:
Roger Braun 2017-04-30 15:00:04 +02:00
commit bb1d08a47c
3 changed files with 35 additions and 5 deletions

View file

@ -16,7 +16,7 @@ defmodule Pleroma.User do
field :ap_id, :string
field :avatar, :map
field :local, :boolean, default: true
field :info, :map
field :info, :map, default: %{}
timestamps()
end