mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 01:41:11 +01:00
Remove old code
This commit is contained in:
parent
5245c205cb
commit
bfbc657c22
@ -154,15 +154,6 @@ public class MailboxMessageService implements SetupListener, RequestDataManager.
|
||||
mailboxMessageList.add(mailboxItem);
|
||||
});
|
||||
|
||||
persisted.forEach(mailboxItem -> {
|
||||
DecryptedMessageWithPubKey decryptedMessageWithPubKey = mailboxItem.getDecryptedMessageWithPubKey();
|
||||
MailboxMessage mailboxMessage = (MailboxMessage) decryptedMessageWithPubKey.getNetworkEnvelope();
|
||||
String uid = mailboxMessage.getUid();
|
||||
mailboxItemsByUid.putIfAbsent(uid, new ArrayList<>());
|
||||
mailboxItemsByUid.get(uid).add(mailboxItem);
|
||||
mailboxMessageList.add(mailboxItem);
|
||||
});
|
||||
|
||||
completeHandler.run();
|
||||
},
|
||||
completeHandler);
|
||||
|
Loading…
Reference in New Issue
Block a user