mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-19 22:29:53 +01:00
Add revoke wipe method to RemoteWipeManager
This commit is contained in:
@@ -47,6 +47,9 @@ public interface RemoteWipeManager extends ConversationManager.ConversationClien
|
|||||||
|
|
||||||
boolean amWiper(Transaction txn, ContactId contactId);
|
boolean amWiper(Transaction txn, ContactId contactId);
|
||||||
|
|
||||||
|
void revoke(Transaction txn, ContactId contactId)
|
||||||
|
throws DbException, FormatException;
|
||||||
|
|
||||||
boolean remoteWipeIsSetup(Transaction txn);
|
boolean remoteWipeIsSetup(Transaction txn);
|
||||||
|
|
||||||
List<Author> getWipers(Transaction txn) throws DbException;
|
List<Author> getWipers(Transaction txn) throws DbException;
|
||||||
|
|||||||
Reference in New Issue
Block a user