Porting room
This commit is contained in:
parent
e97027f4c5
commit
889c16363d
4 changed files with 904 additions and 9 deletions
|
|
@ -789,7 +789,7 @@ class MatrixHttpApi {
|
|||
* @throws MatrixHttpLibException
|
||||
* @throws MatrixRequestException
|
||||
*/
|
||||
public function addUserTag(string $userId, string $roomId, string $tag, ?float $order, array $body = []) {
|
||||
public function addUserTag(string $userId, string $roomId, string $tag, ?float $order = null, array $body = []) {
|
||||
if ($order) {
|
||||
$body['order'] = $order;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue