Add undocumented default user default settings.

This commit is contained in:
Roger Braun 2017-09-16 11:52:33 +02:00
commit 0872f5f394
2 changed files with 12 additions and 2 deletions

View file

@ -32,7 +32,12 @@ defmodule Pleroma.Web.MastodonAPI.AccountView do
avatar: image,
avatar_static: image,
header: header,
header_static: header
header_static: header,
source: %{
note: "",
privacy: "public",
sensitive: "false"
}
}
end