aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/api_spec/schemas/account.ex
diff options
context:
space:
mode:
authormarcin mikołajczak <git@mkljczk.pl>2021-12-06 21:23:34 +0100
committermarcin mikołajczak <git@mkljczk.pl>2021-12-06 21:24:12 +0100
commitc96e52b88c47371de1cc4ed70786baf20008a811 (patch)
tree6fdd4e4240f17c0a26f85673aba7558decc3bbe9 /lib/pleroma/web/api_spec/schemas/account.ex
parent3892bd353b68aff51fd596239de43fb320616eac (diff)
downloadpleroma-c96e52b88c47371de1cc4ed70786baf20008a811.tar.gz
Add 'notifying' to relationship for compatibility with Mastodon
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
Diffstat (limited to 'lib/pleroma/web/api_spec/schemas/account.ex')
-rw-r--r--lib/pleroma/web/api_spec/schemas/account.ex3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/pleroma/web/api_spec/schemas/account.ex b/lib/pleroma/web/api_spec/schemas/account.ex
index bd7143ab9..ad1a85544 100644
--- a/lib/pleroma/web/api_spec/schemas/account.ex
+++ b/lib/pleroma/web/api_spec/schemas/account.ex
@@ -196,7 +196,8 @@ defmodule Pleroma.Web.ApiSpec.Schemas.Account do
"muting_notifications" => false,
"requested" => false,
"showing_reblogs" => true,
- "subscribing" => false
+ "subscribing" => false,
+ "notifying" => false
},
"settings_store" => %{
"pleroma-fe" => %{}