1 files changed, 0 insertions, 77 deletions
diff --git a/packages/overlays/matrix-synapse/patches/0068-1.130.0.patch b/packages/overlays/matrix-synapse/patches/0068-1.130.0.patch
deleted file mode 100644
index 4c282de..0000000
--- a/packages/overlays/matrix-synapse/patches/0068-1.130.0.patch
+++ /dev/null
@@ -1,77 +0,0 @@
-From a36f3a6d875ce92e3cf6f3659f99ad71f8a0c069 Mon Sep 17 00:00:00 2001
-From: Devon Hudson <devonhudson@librem.one>
-Date: Tue, 20 May 2025 08:35:23 -0600
-Subject: [PATCH 68/74] 1.130.0
-
----
- CHANGES.md | 10 ++++++++++
- changelog.d/18439.bugfix | 1 -
- changelog.d/18447.bugfix | 1 -
- debian/changelog | 6 ++++++
- pyproject.toml | 2 +-
- 5 files changed, 17 insertions(+), 3 deletions(-)
- delete mode 100644 changelog.d/18439.bugfix
- delete mode 100644 changelog.d/18447.bugfix
-
-diff --git a/CHANGES.md b/CHANGES.md
-index a0a9d2f064..6837ad6bef 100644
---- a/CHANGES.md
-+++ b/CHANGES.md
-@@ -1,3 +1,13 @@
-+# Synapse 1.130.0 (2025-05-20)
-+
-+### Bugfixes
-+
-+- Fix startup being blocked on creating a new index. Introduced in v1.130.0rc1. ([\#18439](https://github.com/element-hq/synapse/issues/18439))
-+- Fix the ordering of local messages in rooms that were affected by [GHSA-v56r-hwv5-mxg6](https://github.com/advisories/GHSA-v56r-hwv5-mxg6). ([\#18447](https://github.com/element-hq/synapse/issues/18447))
-+
-+
-+
-+
- # Synapse 1.130.0rc1 (2025-05-13)
-
- ### Features
-diff --git a/changelog.d/18439.bugfix b/changelog.d/18439.bugfix
-deleted file mode 100644
-index 5ee9bda474..0000000000
---- a/changelog.d/18439.bugfix
-+++ /dev/null
-@@ -1 +0,0 @@
--Fix startup being blocked on creating a new index. Introduced in v1.130.0rc1.
-diff --git a/changelog.d/18447.bugfix b/changelog.d/18447.bugfix
-deleted file mode 100644
-index 578be1ffe9..0000000000
---- a/changelog.d/18447.bugfix
-+++ /dev/null
-@@ -1 +0,0 @@
--Fix the ordering of local messages in rooms that were affected by [GHSA-v56r-hwv5-mxg6](https://github.com/advisories/GHSA-v56r-hwv5-mxg6).
-diff --git a/debian/changelog b/debian/changelog
-index e3eb894851..56776a7d86 100644
---- a/debian/changelog
-+++ b/debian/changelog
-@@ -1,3 +1,9 @@
-+matrix-synapse-py3 (1.130.0) stable; urgency=medium
-+
-+ * New Synapse release 1.130.0.
-+
-+ -- Synapse Packaging team <packages@matrix.org> Tue, 20 May 2025 08:34:13 -0600
-+
- matrix-synapse-py3 (1.130.0~rc1) stable; urgency=medium
-
- * New Synapse release 1.130.0rc1.
-diff --git a/pyproject.toml b/pyproject.toml
-index 5f80d28344..7bc9fd4130 100644
---- a/pyproject.toml
-+++ b/pyproject.toml
-@@ -97,7 +97,7 @@ module-name = "synapse.synapse_rust"
-
- [tool.poetry]
- name = "matrix-synapse"
--version = "1.130.0rc1"
-+version = "1.130.0"
- description = "Homeserver for the Matrix decentralised comms protocol"
- authors = ["Matrix.org Team and Contributors <packages@matrix.org>"]
- license = "AGPL-3.0-or-later"
---
-2.49.0
-
|