From 2386148b8f048ba40d9f26cc97898bdcdc778ea2 Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Sat, 13 Dec 2025 16:27:53 +0100 Subject: matrix specification split --- matrix-specification/Events/UnsignedData.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'matrix-specification/Events/UnsignedData.php') diff --git a/matrix-specification/Events/UnsignedData.php b/matrix-specification/Events/UnsignedData.php index 924af29..3c5cd46 100644 --- a/matrix-specification/Events/UnsignedData.php +++ b/matrix-specification/Events/UnsignedData.php @@ -26,6 +26,6 @@ class UnsignedData implements \JsonSerializable "prev_content" => $this->previousContent, "redacted_because" => $this->redactedBecause, "transaction_id" => $this->transactionId, - ], "is_null"); + ], fn ($value) => ! is_null($value)); } } -- cgit v1.2.3