summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlex Gleason <alex@alexgleason.me>2021-12-25 01:34:27 +0000
committerAlex Gleason <alex@alexgleason.me>2021-12-25 01:34:27 +0000
commitb96a58ff280d57e06505228f9d8a172d47ec8578 (patch)
treeff2d8938450d5327187cb2ddc64fdddafd300c94 /docs
parentb4291bce8aa9a2f166b234d0dcc89eb711b79643 (diff)
parentc96e52b88c47371de1cc4ed70786baf20008a811 (diff)
Merge branch 'account-subscriptions' into 'develop'
MastoAPI: accept notify param in follow request See merge request pleroma/pleroma!3555
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,