mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-18 23:49:20 +01:00
Update mock server to 18.0.0
This commit is contained in:
@@ -65,30 +65,34 @@ describe('sendSync', function (this: Mocha.Suite) {
|
||||
},
|
||||
};
|
||||
const content: Proto.Content.Params = {
|
||||
syncMessage: {
|
||||
sent: {
|
||||
timestamp: BigInt(timestamp),
|
||||
message: originalDataMessage,
|
||||
unidentifiedStatus: members.map(member => ({
|
||||
destinationServiceIdBinary: member.device.aciBinary,
|
||||
destination: member.device.number,
|
||||
unidentified: null,
|
||||
destinationPniIdentityKey: null,
|
||||
destinationServiceId: null,
|
||||
})),
|
||||
destinationE164: null,
|
||||
expirationStartTimestamp: null,
|
||||
isRecipientUpdate: null,
|
||||
storyMessage: null,
|
||||
storyMessageRecipients: null,
|
||||
editMessage: null,
|
||||
destinationServiceIdBinary: null,
|
||||
destinationServiceId: null,
|
||||
content: {
|
||||
syncMessage: {
|
||||
content: {
|
||||
sent: {
|
||||
timestamp: BigInt(timestamp),
|
||||
message: originalDataMessage,
|
||||
unidentifiedStatus: members.map(member => ({
|
||||
destinationServiceIdBinary: member.device.aciBinary,
|
||||
destination: member.device.number,
|
||||
unidentified: null,
|
||||
destinationPniIdentityKey: null,
|
||||
destinationServiceId: null,
|
||||
})),
|
||||
destinationE164: null,
|
||||
expirationStartTimestamp: null,
|
||||
isRecipientUpdate: null,
|
||||
storyMessage: null,
|
||||
storyMessageRecipients: null,
|
||||
editMessage: null,
|
||||
destinationServiceIdBinary: null,
|
||||
destinationServiceId: null,
|
||||
},
|
||||
},
|
||||
read: null,
|
||||
stickerPackOperation: null,
|
||||
viewed: null,
|
||||
padding: null,
|
||||
},
|
||||
read: null,
|
||||
stickerPackOperation: null,
|
||||
viewed: null,
|
||||
padding: null,
|
||||
},
|
||||
pniSignatureMessage: null,
|
||||
senderKeyDistributionMessage: null,
|
||||
|
||||
Reference in New Issue
Block a user