aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/api_spec/schemas
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2020-06-26 11:24:28 -0500
committerMark Felder <feld@FreeBSD.org>2020-06-26 11:24:28 -0500
commitfd5e797379155e5a85deb88dc79f8fbca483948e (patch)
treebf7790ebc43a79cdb87815b0de271126fb9fe606 /lib/pleroma/web/api_spec/schemas
parentb950fb01db51f14a9fd3a827b90573418a5b95da (diff)
downloadpleroma-fd5e797379155e5a85deb88dc79f8fbca483948e.tar.gz
Simplify notification filtering settings further
Diffstat (limited to 'lib/pleroma/web/api_spec/schemas')
-rw-r--r--lib/pleroma/web/api_spec/schemas/account.ex8
1 files changed, 2 insertions, 6 deletions
diff --git a/lib/pleroma/web/api_spec/schemas/account.ex b/lib/pleroma/web/api_spec/schemas/account.ex
index ed90ef3db..91bb1ba88 100644
--- a/lib/pleroma/web/api_spec/schemas/account.ex
+++ b/lib/pleroma/web/api_spec/schemas/account.ex
@@ -57,9 +57,7 @@ defmodule Pleroma.Web.ApiSpec.Schemas.Account do
notification_settings: %Schema{
type: :object,
properties: %{
- from_followers: %Schema{type: :boolean},
- from_following: %Schema{type: :boolean},
- from_strangers: %Schema{type: :boolean},
+ block_from_strangers: %Schema{type: :boolean},
privacy_option: %Schema{type: :boolean}
}
},
@@ -122,9 +120,7 @@ defmodule Pleroma.Web.ApiSpec.Schemas.Account do
"unread_conversation_count" => 0,
"tags" => [],
"notification_settings" => %{
- "from_followers" => true,
- "from_following" => true,
- "from_strangers" => true,
+ "block_from_strangers" => false,
"privacy_option" => false
},
"relationship" => %{