summary refs log tree commit diff
path: root/packages/overlays/matrix-synapse/patches/0044-Fix-up-changelog.patch
diff options
context:
space:
mode:
Diffstat (limited to 'packages/overlays/matrix-synapse/patches/0044-Fix-up-changelog.patch')
-rw-r--r--packages/overlays/matrix-synapse/patches/0044-Fix-up-changelog.patch43
1 files changed, 0 insertions, 43 deletions
diff --git a/packages/overlays/matrix-synapse/patches/0044-Fix-up-changelog.patch b/packages/overlays/matrix-synapse/patches/0044-Fix-up-changelog.patch
deleted file mode 100644

index dc863db..0000000 --- a/packages/overlays/matrix-synapse/patches/0044-Fix-up-changelog.patch +++ /dev/null
@@ -1,43 +0,0 @@ -From 99c15f4630a7c9983c1b134505eaab703c138ea9 Mon Sep 17 00:00:00 2001 -From: Erik Johnston <erik@matrix.org> -Date: Tue, 13 May 2025 10:54:23 +0100 -Subject: [PATCH 44/74] Fix up changelog - ---- - CHANGES.md | 8 ++++---- - 1 file changed, 4 insertions(+), 4 deletions(-) - -diff --git a/CHANGES.md b/CHANGES.md -index 235d65c746..a0a9d2f064 100644 ---- a/CHANGES.md -+++ b/CHANGES.md -@@ -8,14 +8,14 @@ - - ### Bugfixes - --- Fix longstanding bug where Synapse would immediately retry a failing push endpoint when a new event is received, ignoring any backoff timers. ([\#18363](https://github.com/element-hq/synapse/issues/18363)) -+- Fix a longstanding bug where Synapse would immediately retry a failing push endpoint when a new event is received, ignoring any backoff timers. ([\#18363](https://github.com/element-hq/synapse/issues/18363)) - - Pass leave from remote invite rejection down Sliding Sync. ([\#18375](https://github.com/element-hq/synapse/issues/18375)) - - ### Updates to the Docker image - --- In configure_workers_and_start.py, use the same absolute path of Python in the interpreter shebang, and invoke child Python processes with `sys.executable`. ([\#18291](https://github.com/element-hq/synapse/issues/18291)) -+- In `configure_workers_and_start.py`, use the same absolute path of Python in the interpreter shebang, and invoke child Python processes with `sys.executable`. ([\#18291](https://github.com/element-hq/synapse/issues/18291)) - - Optimize the build of the workers image. ([\#18292](https://github.com/element-hq/synapse/issues/18292)) --- In start_for_complement.sh, replace some external program calls with shell builtins. ([\#18293](https://github.com/element-hq/synapse/issues/18293)) -+- In `start_for_complement.sh`, replace some external program calls with shell builtins. ([\#18293](https://github.com/element-hq/synapse/issues/18293)) - - When generating container scripts from templates, don't add a leading newline so that their shebangs may be handled correctly. ([\#18295](https://github.com/element-hq/synapse/issues/18295)) - - ### Improved Documentation -@@ -28,7 +28,7 @@ - - ### Internal Changes - --- Return specific error code when adding an email address / phone number to account is not supported (MSC4178). ([\#17578](https://github.com/element-hq/synapse/issues/17578)) -+- Return specific error code when adding an email address / phone number to account is not supported ([MSC4178](https://github.com/matrix-org/matrix-spec-proposals/pull/4178)). ([\#17578](https://github.com/element-hq/synapse/issues/17578)) - - Stop auto-provisionning missing users & devices when delegating auth to Matrix Authentication Service. Requires MAS 0.13.0 or later. ([\#18181](https://github.com/element-hq/synapse/issues/18181)) - - Apply file hashing and existing quarantines to media downloaded for URL previews. ([\#18297](https://github.com/element-hq/synapse/issues/18297)) - - Allow a few admin APIs used by matrix-authentication-service to run on workers. ([\#18313](https://github.com/element-hq/synapse/issues/18313)) --- -2.49.0 -