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/Data/UnsignedData.php | 32 ++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 matrix-specification/Data/UnsignedData.php (limited to 'matrix-specification/Data/UnsignedData.php') diff --git a/matrix-specification/Data/UnsignedData.php b/matrix-specification/Data/UnsignedData.php new file mode 100644 index 0000000..a1748cf --- /dev/null +++ b/matrix-specification/Data/UnsignedData.php @@ -0,0 +1,32 @@ + $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