Require that message bundles include all linked devices

This commit is contained in:
Jon Chambers
2024-06-24 16:35:19 -04:00
committed by Jon Chambers
parent cb5cd64c05
commit 90e622b307
8 changed files with 89 additions and 60 deletions

View File

@@ -12,5 +12,12 @@
"destinationRegistrationId" : 333,
"content" : "Zm9vYmFyego",
"timestamp" : 1234
}]
},
{
"type" : 1,
"destinationDeviceId" : 3,
"destinationRegistrationId" : 444,
"content" : "Zm9vYmFyego",
"timestamp" : 1234
}]
}

View File

@@ -14,6 +14,13 @@
"destinationRegistrationId": 333,
"content": "Zm9vYmFyego",
"timestamp": 1234
},
{
"type": 1,
"destinationDeviceId": 3,
"destinationRegistrationId": 444,
"content": "Zm9vYmFyego",
"timestamp": 1234
}
]
}

View File

@@ -12,5 +12,12 @@
"destinationRegistrationId" : 3333,
"content" : "Zm9vYmFyego",
"timestamp" : 1234
}]
},
{
"type" : 1,
"destinationDeviceId" : 3,
"destinationRegistrationId" : 4444,
"content" : "Zm9vYmFyego",
"timestamp" : 1234
}]
}

View File

@@ -12,5 +12,12 @@
"destinationRegistrationId" : 999,
"content" : "Zm9vYmFyego",
"timestamp" : 1234
}]
},
{
"type" : 1,
"destinationDeviceId" : 3,
"destinationRegistrationId" : 444,
"content" : "Zm9vYmFyego",
"timestamp" : 1234
}]
}

View File

@@ -1,4 +1,4 @@
{
"missingDevices" : [2],
"missingDevices" : [2, 3],
"extraDevices" : []
}
}