mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 18:59:06 +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);
|
||||
|
||||
void revoke(Transaction txn, ContactId contactId)
|
||||
throws DbException, FormatException;
|
||||
|
||||
boolean remoteWipeIsSetup(Transaction txn);
|
||||
|
||||
List<Author> getWipers(Transaction txn) throws DbException;
|
||||
|
||||
Reference in New Issue
Block a user