Skip to content

Commit

Permalink
AS16.1 - revert AS16 breaking change 1
Browse files Browse the repository at this point in the history
  • Loading branch information
matidau committed Nov 7, 2024
1 parent 07f60c7 commit e8831da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/request/sync.php
Original file line number Diff line number Diff line change
Expand Up @@ -1536,7 +1536,8 @@ private function importMessage($spa, &$actiondata, $todo, $message, $clientid, $
$response = $this->importer->ImportMessageChange($serverid, $message);
}

$response->serverid = $serverid;
// revert AS16 breaking change
//$response->serverid = $serverid;
$actiondata["modifyids"][$serverid] = $response;
$actiondata["statusids"][$serverid] = SYNC_STATUS_SUCCESS;
}
Expand Down

0 comments on commit e8831da

Please sign in to comment.