diff options
author | Mark Felder <feld@FreeBSD.org> | 2020-06-26 11:24:28 -0500 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2020-06-26 11:24:28 -0500 |
commit | fd5e797379155e5a85deb88dc79f8fbca483948e (patch) | |
tree | bf7790ebc43a79cdb87815b0de271126fb9fe606 /docs/API/pleroma_api.md | |
parent | b950fb01db51f14a9fd3a827b90573418a5b95da (diff) | |
download | pleroma-fd5e797379155e5a85deb88dc79f8fbca483948e.tar.gz pleroma-fd5e797379155e5a85deb88dc79f8fbca483948e.zip |
Simplify notification filtering settings further
Diffstat (limited to 'docs/API/pleroma_api.md')
-rw-r--r-- | docs/API/pleroma_api.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/API/pleroma_api.md b/docs/API/pleroma_api.md index 9ad1f5c1b..6d8a88a44 100644 --- a/docs/API/pleroma_api.md +++ b/docs/API/pleroma_api.md @@ -287,9 +287,7 @@ See [Admin-API](admin_api.md) * Method `PUT` * Authentication: required * Params: - * `from_followers`: BOOLEAN field, receives notifications from followers - * `from_following`: BOOLEAN field, receives notifications from people the user follows - * `from_strangers`: BOOLEAN field, receives notifications from people without an established relationship + * `block_from_strangers`: BOOLEAN field, blocks notifications from accounts you do not follow * `privacy_option`: BOOLEAN field. When set to true, it removes the contents of a message from the push notification. * Response: JSON. Returns `{"status": "success"}` if the update was successful, otherwise returns `{"error": "error_msg"}` |