mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 19:29:06 +01:00
Add method to know if you are a wiper for a given contact
This commit is contained in:
@@ -37,6 +37,8 @@ public interface RemoteWipeManager extends ConversationManager.ConversationClien
|
||||
void wipe(Transaction txn, Contact contact)
|
||||
throws DbException, FormatException;
|
||||
|
||||
boolean amWiper(Transaction txn, ContactId contactId);
|
||||
|
||||
@Override
|
||||
Collection<ConversationMessageHeader> getMessageHeaders(
|
||||
Transaction txn, ContactId contactId) throws DbException;
|
||||
|
||||
Reference in New Issue
Block a user