mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-21 23:29:52 +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)
|
void wipe(Transaction txn, Contact contact)
|
||||||
throws DbException, FormatException;
|
throws DbException, FormatException;
|
||||||
|
|
||||||
|
boolean amWiper(Transaction txn, ContactId contactId);
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
Collection<ConversationMessageHeader> getMessageHeaders(
|
Collection<ConversationMessageHeader> getMessageHeaders(
|
||||||
Transaction txn, ContactId contactId) throws DbException;
|
Transaction txn, ContactId contactId) throws DbException;
|
||||||
|
|||||||
Reference in New Issue
Block a user