aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/api_spec
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2020-06-26 12:45:46 -0500
committerMark Felder <feld@FreeBSD.org>2020-06-26 12:45:46 -0500
commit69848d5c97c9e5d4c14fb5613eb174cb81d5026d (patch)
tree02411c5e177dc5ed853d420095237a9eb8442a47 /lib/pleroma/web/api_spec
parentfd5e797379155e5a85deb88dc79f8fbca483948e (diff)
downloadpleroma-69848d5c97c9e5d4c14fb5613eb174cb81d5026d.tar.gz
Rename notification "privacy_option" setting
Diffstat (limited to 'lib/pleroma/web/api_spec')
-rw-r--r--lib/pleroma/web/api_spec/schemas/account.ex4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/pleroma/web/api_spec/schemas/account.ex b/lib/pleroma/web/api_spec/schemas/account.ex
index 91bb1ba88..71d402b18 100644
--- a/lib/pleroma/web/api_spec/schemas/account.ex
+++ b/lib/pleroma/web/api_spec/schemas/account.ex
@@ -58,7 +58,7 @@ defmodule Pleroma.Web.ApiSpec.Schemas.Account do
type: :object,
properties: %{
block_from_strangers: %Schema{type: :boolean},
- privacy_option: %Schema{type: :boolean}
+ hide_notification_contents: %Schema{type: :boolean}
}
},
relationship: AccountRelationship,
@@ -121,7 +121,7 @@ defmodule Pleroma.Web.ApiSpec.Schemas.Account do
"tags" => [],
"notification_settings" => %{
"block_from_strangers" => false,
- "privacy_option" => false
+ "hide_notification_contents" => false
},
"relationship" => %{
"blocked_by" => false,