mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 10:49:06 +01:00
Always replace pending contacts no matter their state when link is re-entered
This commit is contained in:
@@ -141,12 +141,6 @@ public interface ContactManager {
|
||||
Collection<Pair<PendingContact, PendingContactState>> getPendingContacts()
|
||||
throws DbException;
|
||||
|
||||
/**
|
||||
* Returns the state of the given {@link PendingContact}.
|
||||
*/
|
||||
@Nullable
|
||||
PendingContactState getPendingContactState(PendingContactId p);
|
||||
|
||||
/**
|
||||
* Removes a {@link PendingContact}.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user