feat: _decryptMessage explicitly tells us that a ratchet was created
This commit is contained in:
@@ -71,9 +71,10 @@ void main() {
|
||||
),
|
||||
);
|
||||
|
||||
expect(bobResult.payload, 'Hello world');
|
||||
expect(bobResult.error, null);
|
||||
expect(aliceEmptyMessageSent, 0);
|
||||
expect(bobEmptyMessageSent, 1);
|
||||
expect(bobResult.payload, 'Hello world');
|
||||
|
||||
// Alice receives the ack message
|
||||
await aliceManager.ratchetAcknowledged(
|
||||
|
||||
Reference in New Issue
Block a user