Add revoke wipe method to RemoteWipeManager

This commit is contained in:
ameba23
2021-08-30 10:48:45 +02:00
parent c6af32650d
commit f8f573e150

View File

@@ -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;