Update mock server to 18.0.0

This commit is contained in:
Fedor Indutny
2026-03-06 10:59:31 -08:00
committed by GitHub
parent 2e85efb008
commit 4cd792f28d
27 changed files with 527 additions and 433 deletions

View File

@@ -104,16 +104,18 @@ describe('readSync', function (this: Mocha.Suite) {
await phone.sendRaw(
desktop,
{
syncMessage: {
content: null,
read: longTimestamps.map(timestamp => ({
senderAciBinary,
timestamp,
senderAci: null,
})),
stickerPackOperation: null,
viewed: null,
padding: null,
content: {
syncMessage: {
content: null,
read: longTimestamps.map(timestamp => ({
senderAciBinary,
timestamp,
senderAci: null,
})),
stickerPackOperation: null,
viewed: null,
padding: null,
},
},
pniSignatureMessage: null,
senderKeyDistributionMessage: null,