From 0872f5f394b2ca86c8cf0248a28f4aeeb1f03d7a Mon Sep 17 00:00:00 2001 From: Roger Braun Date: Sat, 16 Sep 2017 11:52:33 +0200 Subject: Add undocumented default user default settings. --- lib/pleroma/web/mastodon_api/views/account_view.ex | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/pleroma/web/mastodon_api/views/account_view.ex b/lib/pleroma/web/mastodon_api/views/account_view.ex index 68d930a68..ff02587d6 100644 --- a/lib/pleroma/web/mastodon_api/views/account_view.ex +++ b/lib/pleroma/web/mastodon_api/views/account_view.ex @@ -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 -- cgit v1.2.3