Always replace pending contacts no matter their state when link is re-entered

This commit is contained in:
Torsten Grote
2019-10-16 13:06:21 -03:00
parent 397afbfec0
commit 1ddceaadd6
3 changed files with 9 additions and 20 deletions

View File

@@ -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}.
*/