mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-18 21:59:54 +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)
|
ReturnShardPayload getReturnShardPayload(Transaction txn, ContactId contactId)
|
||||||
throws DbException;
|
throws DbException;
|
||||||
|
|
||||||
|
byte[] getReturnShardPayloadBytes(Transaction txn, ContactId contactId)
|
||||||
|
throws DbException;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user