Skip to content

Commit 256e606

Browse files
nickvergessenbackportbot[bot]
authored andcommitted
fix(bots): Remove FIXMEs as we just accept the current state
Signed-off-by: Joas Schilling <[email protected]>
1 parent bc19398 commit 256e606

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/Service/BotService.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,13 +166,13 @@ protected function sendAsyncRequests(array $bots, array $body): void {
166166
'X-Nextcloud-Talk-Random' => $random,
167167
'X-Nextcloud-Talk-Signature' => $hash,
168168
'X-Nextcloud-Talk-Backend' => rtrim($this->serverConfig->getSystemValueString('overwrite.cli.url'), '/') . '/',
169-
'OCS-APIRequest' => 'true', // FIXME optional?
169+
'OCS-APIRequest' => 'true',
170170
];
171171

172172
$data = [
173-
'verify' => false,
173+
'verify' => true,
174174
'nextcloud' => [
175-
'allow_local_address' => true, // FIXME don't enforce
175+
'allow_local_address' => true,
176176
],
177177
'headers' => $headers,
178178
'timeout' => 5,

0 commit comments

Comments
 (0)