From 5b2b2cedbccb9517b7c689eb281497f982d0c1f1 Mon Sep 17 00:00:00 2001 From: Travis Ralston Date: Wed, 4 Jun 2025 09:33:45 -0600 Subject: [PATCH] finish thinking --- synapse/storage/databases/main/events.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/synapse/storage/databases/main/events.py b/synapse/storage/databases/main/events.py index ccfcfde604..7bb74bb4d8 100644 --- a/synapse/storage/databases/main/events.py +++ b/synapse/storage/databases/main/events.py @@ -2784,8 +2784,14 @@ class PersistEventsStore: # See MSC4293 for details (as of May 28, 2025): https://github.com/matrix-org/matrix-spec-proposals/pull/4293 return - # We also want to filter out events where the sender can't actually redact + # We also want to filter out events where the sender can't actually redact (no permission to redact) + # TODO + # Find all the current events sent by this user + # TODO + + # Insert them into the redactions table + # TODO def insert_labels_for_event_txn(