mirror of
https://github.com/signalapp/Signal-Server
synced 2026-04-21 10:58:06 +01:00
Require that message bundles include all linked devices
This commit is contained in:
committed by
Jon Chambers
parent
cb5cd64c05
commit
90e622b307
@@ -12,5 +12,12 @@
|
||||
"destinationRegistrationId" : 333,
|
||||
"content" : "Zm9vYmFyego",
|
||||
"timestamp" : 1234
|
||||
}]
|
||||
},
|
||||
{
|
||||
"type" : 1,
|
||||
"destinationDeviceId" : 3,
|
||||
"destinationRegistrationId" : 444,
|
||||
"content" : "Zm9vYmFyego",
|
||||
"timestamp" : 1234
|
||||
}]
|
||||
}
|
||||
|
||||
@@ -14,6 +14,13 @@
|
||||
"destinationRegistrationId": 333,
|
||||
"content": "Zm9vYmFyego",
|
||||
"timestamp": 1234
|
||||
},
|
||||
{
|
||||
"type": 1,
|
||||
"destinationDeviceId": 3,
|
||||
"destinationRegistrationId": 444,
|
||||
"content": "Zm9vYmFyego",
|
||||
"timestamp": 1234
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -12,5 +12,12 @@
|
||||
"destinationRegistrationId" : 3333,
|
||||
"content" : "Zm9vYmFyego",
|
||||
"timestamp" : 1234
|
||||
}]
|
||||
},
|
||||
{
|
||||
"type" : 1,
|
||||
"destinationDeviceId" : 3,
|
||||
"destinationRegistrationId" : 4444,
|
||||
"content" : "Zm9vYmFyego",
|
||||
"timestamp" : 1234
|
||||
}]
|
||||
}
|
||||
|
||||
@@ -12,5 +12,12 @@
|
||||
"destinationRegistrationId" : 999,
|
||||
"content" : "Zm9vYmFyego",
|
||||
"timestamp" : 1234
|
||||
}]
|
||||
},
|
||||
{
|
||||
"type" : 1,
|
||||
"destinationDeviceId" : 3,
|
||||
"destinationRegistrationId" : 444,
|
||||
"content" : "Zm9vYmFyego",
|
||||
"timestamp" : 1234
|
||||
}]
|
||||
}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{
|
||||
"missingDevices" : [2],
|
||||
"missingDevices" : [2, 3],
|
||||
"extraDevices" : []
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user