mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 11:19:04 +01:00
Always replace pending contacts no matter their state when link is re-entered
This commit is contained in:
@@ -172,12 +172,6 @@ class ContactManagerImpl implements ContactManager, EventListener {
|
||||
return pairs;
|
||||
}
|
||||
|
||||
@Override
|
||||
@Nullable
|
||||
public PendingContactState getPendingContactState(PendingContactId p) {
|
||||
return states.get(p);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void removePendingContact(PendingContactId p) throws DbException {
|
||||
db.transaction(false, txn -> db.removePendingContact(txn, p));
|
||||
|
||||
Reference in New Issue
Block a user