mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-04-14 12:11:15 +02:00
Refactor ValidationManager and fix some bugs. #619
This commit is contained in:
@@ -117,7 +117,7 @@ class MessagingManagerImpl extends BdfIncomingMessageHook
|
||||
meta.put("contentType", m.getContentType());
|
||||
meta.put("local", true);
|
||||
meta.put("read", true);
|
||||
clientHelper.addLocalMessage(m.getMessage(), CLIENT_ID, meta, true);
|
||||
clientHelper.addLocalMessage(m.getMessage(), meta, true);
|
||||
} catch (FormatException e) {
|
||||
throw new RuntimeException(e);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user