summary refs log tree commit diff
path: root/packages/overlays/matrix-synapse/patches/0001-Fast-auth-links.patch
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--packages/overlays/matrix-synapse/patches/0001-Fast-auth-links.patch (renamed from packages/overlays/matrix-synapse/patches/synapse-fast-links.patch)19
1 files changed, 16 insertions, 3 deletions
diff --git a/packages/overlays/matrix-synapse/patches/synapse-fast-links.patch b/packages/overlays/matrix-synapse/patches/0001-Fast-auth-links.patch

index c35ba87..0d92e4e 100644 --- a/packages/overlays/matrix-synapse/patches/synapse-fast-links.patch +++ b/packages/overlays/matrix-synapse/patches/0001-Fast-auth-links.patch
@@ -1,8 +1,18 @@ +From 1b82f35b613e96c56bf18015e33f34328ad73188 Mon Sep 17 00:00:00 2001 +From: Rory& <root@rory.gay> +Date: Tue, 22 Jul 2025 05:07:01 +0200 +Subject: [PATCH 01/11] Fast auth links + +--- + synapse/storage/database.py | 43 +++++++++++++++++++ + .../databases/main/event_federation.py | 8 ++-- + 2 files changed, 47 insertions(+), 4 deletions(-) + diff --git a/synapse/storage/database.py b/synapse/storage/database.py -index cb4a585..1196781 100644 +index 6188195614..79af139543 100644 --- a/synapse/storage/database.py +++ b/synapse/storage/database.py -@@ -2503,6 +2503,49 @@ class DatabasePool: +@@ -2558,6 +2558,49 @@ class DatabasePool: return txn.fetchall() @@ -53,7 +63,7 @@ index cb4a585..1196781 100644 def make_in_list_sql_clause( database_engine: BaseDatabaseEngine, diff --git a/synapse/storage/databases/main/event_federation.py b/synapse/storage/databases/main/event_federation.py -index 46aa590..026f011 100644 +index 46aa5902d8..026f0114ed 100644 --- a/synapse/storage/databases/main/event_federation.py +++ b/synapse/storage/databases/main/event_federation.py @@ -52,6 +52,7 @@ from synapse.storage.database import ( @@ -85,3 +95,6 @@ index 46aa590..026f011 100644 ) txn.execute(sql % (clause,), args) +-- +2.49.0 +