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/DeviceLists.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'matrix-specification/Data/DeviceLists.php') diff --git a/matrix-specification/Data/DeviceLists.php b/matrix-specification/Data/DeviceLists.php index 33d9459..eef2df4 100644 --- a/matrix-specification/Data/DeviceLists.php +++ b/matrix-specification/Data/DeviceLists.php @@ -17,8 +17,8 @@ class DeviceLists implements \JsonSerializable public function jsonSerialize(): array { return [ - "changed" => $this->events, - "left" => $this->events, + "changed" => $this->changed, + "left" => $this->left, ]; } } -- cgit v1.2.3