diff options
author | lain <lain@soykaf.club> | 2020-02-11 11:44:33 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-02-11 11:44:33 +0000 |
commit | 2f1c61255ff95a1d21a751cb78da3c031ccdd692 (patch) | |
tree | 4638bbb7a2e17db0b071de15d5f6373fc0cf85c4 | |
parent | 36c6dc1c10a2c178075331a2806fd151f7c4aae6 (diff) | |
parent | ad16f38b9c193cd4a760eb2e35829e96b21414f5 (diff) | |
download | pleroma-2f1c61255ff95a1d21a751cb78da3c031ccdd692.tar.gz |
Merge branch 'doc/unlisted-search' into 'develop'
differences_in_mastoapi_responses.md: Add note about unlisted results
Closes #1164
See merge request pleroma/pleroma!2195
-rw-r--r-- | docs/API/differences_in_mastoapi_responses.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/API/differences_in_mastoapi_responses.md b/docs/API/differences_in_mastoapi_responses.md index 89245261c..ebf842b7e 100644 --- a/docs/API/differences_in_mastoapi_responses.md +++ b/docs/API/differences_in_mastoapi_responses.md @@ -88,6 +88,9 @@ Behavior has changed: - `/api/v1/accounts/search`: Does not require authentication +## Search (global) + +Unlisted posts are available in search results, they are considered to be public posts that shouldn't be shown in local/federated timeline. ## Notifications |