Nested encryption is not supported

pull/194/head
M66B 5 years ago
parent 03d85eb86c
commit 267a4f4bbc

@ -6219,6 +6219,8 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
List<EntityAttachment> remotes = parts.getAttachments();
for (int index = 0; index < remotes.size(); index++) {
EntityAttachment remote = remotes.get(index);
if (remote.encryption != null)
continue;
remote.message = message.id;
remote.sequence = index + 1;
remote.id = db.attachment().insertAttachment(remote);

Loading…
Cancel
Save