1 files changed, 0 insertions, 34 deletions
diff --git a/packages/overlays/matrix-synapse/patches/0016-Fix-typo-in-docs-about-push-18320.patch b/packages/overlays/matrix-synapse/patches/0016-Fix-typo-in-docs-about-push-18320.patch
deleted file mode 100644
index c92436a..0000000
--- a/packages/overlays/matrix-synapse/patches/0016-Fix-typo-in-docs-about-push-18320.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From f79811ed80bebaa5b187637af6d16d413b07166e Mon Sep 17 00:00:00 2001
-From: Kim Brose <2803622+HarHarLinks@users.noreply.github.com>
-Date: Wed, 30 Apr 2025 15:27:08 +0200
-Subject: [PATCH 16/74] Fix typo in docs about `push` (#18320)
-
----
- changelog.d/18320.doc | 1 +
- docs/usage/configuration/config_documentation.md | 2 +-
- 2 files changed, 2 insertions(+), 1 deletion(-)
- create mode 100644 changelog.d/18320.doc
-
-diff --git a/changelog.d/18320.doc b/changelog.d/18320.doc
-new file mode 100644
-index 0000000000..d84c279940
---- /dev/null
-+++ b/changelog.d/18320.doc
-@@ -0,0 +1 @@
-+Fix typo in docs about the `push` config option. Contributed by @HarHarLinks.
-diff --git a/docs/usage/configuration/config_documentation.md b/docs/usage/configuration/config_documentation.md
-index 73fd9622ce..19dc9dd356 100644
---- a/docs/usage/configuration/config_documentation.md
-+++ b/docs/usage/configuration/config_documentation.md
-@@ -4018,7 +4018,7 @@ This option has a number of sub-options. They are as follows:
- * `include_content`: Clients requesting push notifications can either have the body of
- the message sent in the notification poke along with other details
- like the sender, or just the event ID and room ID (`event_id_only`).
-- If clients choose the to have the body sent, this option controls whether the
-+ If clients choose to have the body sent, this option controls whether the
- notification request includes the content of the event (other details
- like the sender are still included). If `event_id_only` is enabled, it
- has no effect.
---
-2.49.0
-
|