Commit 0c9ef4f9 authored by Sebastian Kummer's avatar Sebastian Kummer

ZP-1050 The returned data contains a "hasFolderIdMapping" flag now.

Released under the Affero GNU General Public License (AGPL) version 3.
parent 6ce31187
......@@ -121,6 +121,9 @@ class ZPushAdmin {
// get information about the folder synchronization status from SyncCollections
$folders = $device->GetAllFolderIds();
// indicate short folderids
$device->hasFolderIdMapping = $device->HasFolderIdMapping();
foreach ($folders as $folderid) {
$fstatus = $device->GetFolderSyncStatus($folderid);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment