Revoke all wipers method

This commit is contained in:
ameba23
2022-03-02 16:49:47 +01:00
parent 088a4ee7b2
commit 97c49d75f8
2 changed files with 18 additions and 3 deletions

View File

@@ -53,6 +53,8 @@ public interface RemoteWipeManager extends ConversationManager.ConversationClien
void revoke(Transaction txn, ContactId contactId)
throws DbException, FormatException;
void revokeAll(Transaction txn) throws DbException, FormatException;
boolean remoteWipeIsSetup(Transaction txn);
List<Author> getWipers(Transaction txn) throws DbException;