summaryrefslogtreecommitdiff
path: root/matrix-specification/Data/DeviceLists.php
diff options
context:
space:
mode:
Diffstat (limited to 'matrix-specification/Data/DeviceLists.php')
-rw-r--r--matrix-specification/Data/DeviceLists.php4
1 files changed, 2 insertions, 2 deletions
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,
];
}
}