summaryrefslogtreecommitdiff
path: root/docs
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 /docs
parent3892bd353b68aff51fd596239de43fb320616eac (diff)
Add 'notifying' to relationship for compatibility with Mastodon
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
Diffstat (limited to 'docs')
-rw-r--r--docs/development/API/pleroma_api.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/development/API/pleroma_api.md b/docs/development/API/pleroma_api.md
index 8f6422da0..74a1ad206 100644
--- a/docs/development/API/pleroma_api.md
+++ b/docs/development/API/pleroma_api.md
@@ -159,6 +159,7 @@ See [Admin-API](admin_api.md)
"muting": false,
"muting_notifications": false,
"subscribing": true,
+ "notifying": true,
"requested": false,
"domain_blocking": false,
"showing_reblogs": true,
@@ -183,6 +184,7 @@ See [Admin-API](admin_api.md)
"muting": false,
"muting_notifications": false,
"subscribing": false,
+ "notifying": false,
"requested": false,
"domain_blocking": false,
"showing_reblogs": true,