method to get a ReturnShardPayload as bytes to avoid needing the messageEncoder

This commit is contained in:
ameba23
2021-04-06 16:27:51 +02:00
parent 6bff0647d6
commit e804a8d573

View File

@@ -58,4 +58,7 @@ public interface SocialBackupManager extends
ReturnShardPayload getReturnShardPayload(Transaction txn, ContactId contactId)
throws DbException;
byte[] getReturnShardPayloadBytes(Transaction txn, ContactId contactId)
throws DbException;
}