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/Responses/ClientKeysUploadPostResponse.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'matrix-specification/Responses') diff --git a/matrix-specification/Responses/ClientKeysUploadPostResponse.php b/matrix-specification/Responses/ClientKeysUploadPostResponse.php index 3d335e4..1df917a 100644 --- a/matrix-specification/Responses/ClientKeysUploadPostResponse.php +++ b/matrix-specification/Responses/ClientKeysUploadPostResponse.php @@ -20,7 +20,7 @@ class ClientKeysUploadPostResponse extends Response public function getBody(): array { return [ - "one_time_keys_counts" => $this->oneTimeKeyCounts, + "one_time_key_counts" => $this->oneTimeKeyCounts, ]; } } -- cgit v1.2.3