From 56a3647b8faac90f143c8a8aad2dd79eb025e6f7 Mon Sep 17 00:00:00 2001 From: Jason Robinson Date: Fri, 29 May 2026 11:58:07 +0300 Subject: [PATCH] Remove unnecessary upgrade notes for profile updates stream writer --- docs/upgrade.md | 26 -------------------------- 1 file changed, 26 deletions(-) diff --git a/docs/upgrade.md b/docs/upgrade.md index 8c99478565..44ab342d5a 100644 --- a/docs/upgrade.md +++ b/docs/upgrade.md @@ -119,32 +119,6 @@ stacking them up. You can monitor the currently running background updates with # Upgrading to v1.152.0 -## Profile Updates Stream Writer Workers - -This version of Synapse adds a new `profile_updates` writer stream. The -following endpoints may now only be handled by either the main process, or a -worker that is designed a "profile_updates" writer. If you are already routing -the following endpoints to a worker: - -``` -/_matrix/client/(api/v1|r0|v3)/profile//(?) -/_matrix/client/unstable/uk.tcpip.msc4133/profile//(?) -``` - -those worker(s) need to be marked as a stream writer for the `profile_updates` -stream in the shared config, using the -[`stream_writers`](https://element-hq.github.io/synapse/v1.151/usage/configuration/config_documentation.html#stream_writers) -config option: - -```yaml -stream_writers: - profile_updates: worker1 -``` - -as well as included in the -[`instance_map`](https://element-hq.github.io/synapse/v1.151/usage/configuration/config_documentation.html#instance_map) -config option. - ## Workers which quarantine media must be stream writers A new [`quarantined_media_changes` stream writer](./workers.md#the-quarantined_media_changes-stream) is