Allow, but do not require, message delivery to devices without active delivery channels

This commit is contained in:
Jon Chambers
2024-06-25 09:53:31 -04:00
committed by GitHub
parent f5ce34fb69
commit d306cafbcc
24 changed files with 189 additions and 281 deletions

View File

@@ -10,5 +10,11 @@
"destinationDeviceId" : 3,
"content" : "Zm9vYmFyego",
"timestamp" : 1234
}]
},
{
"type" : 1,
"destinationDeviceId" : 4,
"content" : "Zm9vYmFyego",
"timestamp" : 1234
}]
}

View File

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