dont delete encrypted outgoings

This commit is contained in:
Daniel Lugo 2020-01-29 21:00:08 -04:00
parent 2d1e328cfb
commit 4a03cde744

View file

@ -333,7 +333,6 @@ let lastUserWithListener = null
const processOutgoings = async () => { const processOutgoings = async () => {
const outs = encryptedOutgoings const outs = encryptedOutgoings
encryptedOutgoings = {}
const mySecret = await Utils.mySecret() const mySecret = await Utils.mySecret()
const SEA = require('../../Mediator').mySEA const SEA = require('../../Mediator').mySEA
const user = require('../../Mediator').getUser() const user = require('../../Mediator').getUser()