mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 11:19:04 +01:00
address issues found in final review
(except refactoring of conversation item classes)
This commit is contained in:
@@ -229,7 +229,7 @@ class IntroductionManagerImpl extends BdfIncomingMessageHook
|
||||
BdfDictionary state;
|
||||
try {
|
||||
state = getSessionState(txn, groupId,
|
||||
message.getRaw(SESSION_ID, new byte[0]));
|
||||
message.getRaw(SESSION_ID));
|
||||
} catch (FormatException e) {
|
||||
LOG.warning("Could not find state for message, deleting...");
|
||||
deleteMessage(txn, m.getId());
|
||||
|
||||
Reference in New Issue
Block a user