summaryrefslogtreecommitdiff
path: root/matrix-specification/Responses/ClientKeysUploadPostResponse.php
diff options
context:
space:
mode:
authorDaniel Weipert <git@mail.dweipert.de>2026-03-05 14:57:28 +0100
committerDaniel Weipert <git@mail.dweipert.de>2026-03-05 14:57:28 +0100
commitbd11271621bd3759cfd194ed0119c0dc28155fd0 (patch)
tree319b4790d4e2b05513abf023732ed6fb0717f603 /matrix-specification/Responses/ClientKeysUploadPostResponse.php
parent2386148b8f048ba40d9f26cc97898bdcdc778ea2 (diff)
updateHEADmain
Diffstat (limited to 'matrix-specification/Responses/ClientKeysUploadPostResponse.php')
-rw-r--r--matrix-specification/Responses/ClientKeysUploadPostResponse.php2
1 files changed, 1 insertions, 1 deletions
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,
];
}
}