feat: filter digital sync links by device
This commit is contained in:
@@ -636,6 +636,7 @@ function buildManagementRecordUrl(
|
||||
try {
|
||||
const endpoint = new URL(config.endpoint);
|
||||
const url = new URL(MANAGEMENT_SYNC_RECORD_PATH, endpoint.origin);
|
||||
url.searchParams.set("device_id", getDeviceId());
|
||||
url.searchParams.set("entity_type", row.entity_type);
|
||||
url.searchParams.set("entity_id", row.entity_id);
|
||||
url.searchParams.set("outbox_id", row.id);
|
||||
|
||||
Reference in New Issue
Block a user