feat: Remove the KEX timestamp from the double ratchet data

This commit is contained in:
2023-06-17 21:02:03 +02:00
parent fe2b090ea0
commit 4baf8187e1
3 changed files with 1 additions and 16 deletions

View File

@@ -58,7 +58,6 @@ void main() {
resultAlice.ek.pk,
resultAlice.sk,
resultAlice.ad,
0,
resultAlice.opkId,
);
final bobsRatchet = await OmemoDoubleRatchet.acceptNewSession(
@@ -69,7 +68,6 @@ void main() {
resultAlice.ek.pk,
resultBob.sk,
resultBob.ad,
0,
);
expect(alicesRatchet.sessionAd, bobsRatchet.sessionAd);