Porting HttpApi tests
This commit is contained in:
parent
67fbcd5f08
commit
e97027f4c5
3 changed files with 483 additions and 3 deletions
|
|
@ -1327,7 +1327,7 @@ class MatrixHttpApi {
|
|||
$content['one_time_keys'] = $oneTimeKeys;
|
||||
}
|
||||
|
||||
return $this->send('POST', '/keys/upload', $content);
|
||||
return $this->send('POST', '/keys/upload', $content ?: null);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue