From bd11271621bd3759cfd194ed0119c0dc28155fd0 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Thu, 5 Mar 2026 14:57:28 +0100 Subject: update --- matrix-specification/Events/UnsignedData.php | 31 ---------------------------- 1 file changed, 31 deletions(-) delete mode 100644 matrix-specification/Events/UnsignedData.php (limited to 'matrix-specification/Events/UnsignedData.php') diff --git a/matrix-specification/Events/UnsignedData.php b/matrix-specification/Events/UnsignedData.php deleted file mode 100644 index 3c5cd46..0000000 --- a/matrix-specification/Events/UnsignedData.php +++ /dev/null @@ -1,31 +0,0 @@ - $this->age, - "membership" => $this->membership, - "prev_content" => $this->previousContent, - "redacted_because" => $this->redactedBecause, - "transaction_id" => $this->transactionId, - ], fn ($value) => ! is_null($value)); - } -} -- cgit v1.2.3