summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorHaelwenn <contact+git.pleroma.social@hacktivis.me>2020-09-17 17:59:38 +0000
committerHaelwenn <contact+git.pleroma.social@hacktivis.me>2020-09-17 17:59:38 +0000
commitbeefc022dda3626dcbde0aa7e3f6322b441241b2 (patch)
tree061a050f8a8e41175ee6d4232448d8143be1248b /CHANGELOG.md
parent608824b97e05fbfe7e1b201b742717194737debd (diff)
parent9d77f4abf80f75559456cef06da1a0d3b3b4f7e2 (diff)
Merge branch 'omit-nondiscoverable-from-search' into 'develop'
User search should respect discoverable flag See merge request pleroma/pleroma!2997
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d737fb842..1c25c60a3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,8 +10,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Renamed `:await_up_timeout` in `:connections_pool` namespace to `:connect_timeout`, old name is deprecated.
- Renamed `:timeout` in `pools` namespace to `:recv_timeout`, old name is deprecated.
- The `discoverable` field in the `User` struct will now add a NOINDEX metatag to profile pages when false.
+- Users with the `discoverable` field set to false will not show up in searches.
- Minimum lifetime for ephmeral activities changed to 10 minutes and made configurable (`:min_lifetime` option).
-
### Removed
- **Breaking:** `Pleroma.Workers.Cron.StatsWorker` setting from Oban `:crontab` (moved to a simpler implementation).