mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 10:49:06 +01:00
method to get a ReturnShardPayload as bytes to avoid needing the messageEncoder
This commit is contained in:
@@ -58,4 +58,7 @@ public interface SocialBackupManager extends
|
||||
|
||||
ReturnShardPayload getReturnShardPayload(Transaction txn, ContactId contactId)
|
||||
throws DbException;
|
||||
|
||||
byte[] getReturnShardPayloadBytes(Transaction txn, ContactId contactId)
|
||||
throws DbException;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user