From 4a03cde744986577e20e5c026c3dc561b4186c3c Mon Sep 17 00:00:00 2001 From: Daniel Lugo Date: Wed, 29 Jan 2020 21:00:08 -0400 Subject: [PATCH] dont delete encrypted outgoings --- services/gunDB/contact-api/events/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/services/gunDB/contact-api/events/index.js b/services/gunDB/contact-api/events/index.js index 45c03a0f..a8d24881 100644 --- a/services/gunDB/contact-api/events/index.js +++ b/services/gunDB/contact-api/events/index.js @@ -333,7 +333,6 @@ let lastUserWithListener = null const processOutgoings = async () => { const outs = encryptedOutgoings - encryptedOutgoings = {} const mySecret = await Utils.mySecret() const SEA = require('../../Mediator').mySEA const user = require('../../Mediator').getUser()