mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 19:29:06 +01:00
Add method to get contact ids of existing custodians
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user