mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-14 11:49:04 +01:00
Let clients decide whether to share messages or not
This commit is contained in:
@@ -358,8 +358,6 @@ class ValidationManagerImpl implements ValidationManager, Service,
|
||||
throw new InvalidMessageException(
|
||||
"Deleted by Client");
|
||||
}
|
||||
|
||||
db.setMessageShared(txn, m, true);
|
||||
db.setMessageState(txn, m, c, DELIVERED);
|
||||
|
||||
// deliver pending dependents
|
||||
|
||||
Reference in New Issue
Block a user