8000 Fixes suggested by Fabbot (another one) · symfony/symfony@21d2856 · GitHub
[go: up one dir, main page]

Skip to content

Commit 21d2856

Browse files
committed
Fixes suggested by Fabbot (another one)
1 parent d733672 commit 21d2856

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Notifier/Bridge/Matrix/MatrixTransport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ private function getRoomFromAlias(string $alias): string
105105
private function createPrivateChannel(string $recipientId): ?array
106106
{
107107
$invites[] = $recipientId;
108-
$response = $this->request('POST', '/_matrix/client/v3/createRoom', ['json' => ['creation_content' => ['m.federate' => false ], 'is_direct' => true, 'preset' => 'trusted_private_chat', 'invite' => $invites]]);
108+
$response = $this->request('POST', '/_matrix/client/v3/createRoom', ['json' => ['creation_content' => ['m.federate' => false], 'is_direct' => true, 'preset' => 'trusted_private_chat', 'invite' => $invites]]);
109109

110110
return $response->toArray();
111111
}

0 commit comments

Comments
 (0)
0