Add method to know if you are a wiper for a given contact

This commit is contained in:
ameba23
2021-05-07 11:01:24 +02:00
parent eb4146b175
commit e97114e322

View File

@@ -37,6 +37,8 @@ public interface RemoteWipeManager extends ConversationManager.ConversationClien
void wipe(Transaction txn, Contact contact)
throws DbException, FormatException;
boolean amWiper(Transaction txn, ContactId contactId);
@Override
Collection<ConversationMessageHeader> getMessageHeaders(
Transaction txn, ContactId contactId) throws DbException;