We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 19c4fca + f3e2779 commit a885531Copy full SHA for a885531
1 file changed
apps/federatedfilesharing/lib/Notifications.php
@@ -293,6 +293,7 @@ public function sendUpdateToRemote($remote, $remoteId, $token, $action, $data =
293
$status = json_decode($result['result'], true);
294
295
if ($result['success'] &&
296
+ isset($status['ocs']['meta']['statuscode']) &&
297
($status['ocs']['meta']['statuscode'] === 100 ||
298
$status['ocs']['meta']['statuscode'] === 200
299
)
0 commit comments