Fix shell regressions and reset Servo embedding direction

This commit is contained in:
2026-05-16 11:23:41 -04:00
parent 7823ecd0a3
commit d076dad356
36 changed files with 683 additions and 1919 deletions
+1
View File
@@ -74,6 +74,7 @@ impl SyncApiClient {
idempotency_key: &str,
) -> Result<DeviceRecordDocument, SyncClientError> {
let registration = DeviceRegistration {
version: 1,
device_id: &identity.device_id,
public_key: &identity.public_key,
device_name: &identity.device_name,