mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-05-04 07:25:25 +01:00
@@ -69,6 +69,10 @@ public class SignalStorageManifest {
|
||||
}
|
||||
}
|
||||
|
||||
public Map<Integer, List<StorageId>> getStorageIdsByType() {
|
||||
return storageIdsByType;
|
||||
}
|
||||
|
||||
public byte[] serialize() {
|
||||
List<ManifestRecord.Identifier> ids = new ArrayList<>(storageIds.size());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user