Resolve merge conflict with social-backup-poc

This commit is contained in:
ameba23
2022-03-04 10:13:20 +01:00
8 changed files with 175 additions and 51 deletions

View File

@@ -78,4 +78,11 @@ public interface SocialBackupManager extends
*/
byte[] getReturnShardPayloadBytes(Transaction txn, ContactId contactId)
throws DbException;
/**
* Get a list of the contact ids of your custodians, or an empty
* list if no backup exists.
*/
List<ContactId> getCustodianContactIds(Transaction txn);
}