mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +01:00
Don't track invisible decline message.
This commit is contained in:
@@ -365,9 +365,6 @@ class IntroduceeProtocolEngine
|
||||
Message sent =
|
||||
sendDeclineMessage(txn, s, getLocalTimestamp(s), false);
|
||||
|
||||
// Track the message
|
||||
messageTracker.trackOutgoingMessage(txn, sent);
|
||||
|
||||
// Move back to START state
|
||||
return IntroduceeSession.clear(s, START, sent.getId(),
|
||||
sent.getTimestamp(), m.getMessageId());
|
||||
|
||||
Reference in New Issue
Block a user