mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-14 03:39:05 +01:00
Add revoke remote wipe method
This commit is contained in:
@@ -47,6 +47,8 @@ public interface RemoteWipeManager extends ConversationManager.ConversationClien
|
||||
|
||||
boolean amWiper(Transaction txn, ContactId contactId);
|
||||
|
||||
boolean isWiper(Transaction txn, ContactId contactId);
|
||||
|
||||
void revoke(Transaction txn, ContactId contactId)
|
||||
throws DbException, FormatException;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user